#12941B

Color #12941B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #12941B

Tints of Forest Green #12941B

Color information

#12941B (or 0x12941B) is unknown color: approx Forest Green. HEX triplet: 12, 94 and 1B. RGB value is (18,148,27). Sum of RGB (Red+Green+Blue) = 18+148+27=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 148 (58.20% from 255 or 76.68% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 148 - color contains mainly: green. Hex color #12941B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12941B is #ED6BE4. Grayscale: #5F5F5F. Windows color (decimal): -15559653 or 1807378. OLE color: 1807378.

HSL color Cylindrical-coordinate representation of color #12941B: hue angle of 124.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12941B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1814827-
CMYK0.8800.820.42
HSL124.15º78.31%32.55%-
HSV(B)124.15º87.84%58.04%-
XYZ11.0421.394.58-
YUV95.3489.4372.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 148 (58.20% from 255) = 76.68%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=9.33%
G=76.68%
B=13.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18148270.8800.820.42124.1578.3132.55
Hex12941B580522A7c4e21
Octal222243313001225217411641
Binary10010100101001101110110000101001010101011111001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12941B; }

 p { color: rgb(18,148,27); }

 H1.HeaderClassName
 {
   color: #12941B;
 }
 .AnyTagClassName
 {
   color: #12941B;
 }
</style>
background-color css

<style>
 a { background-color: #12941B; }

 a { background-color: rgb(18,148,27); }

 div.DivClassName
 {
   background-color: #12941B;
 }
 .BgClassName
 {
   background-color: #12941B;
 }
</style>
border-color css

<style>
 span { border-color: #12941B; }

 span { border-color: rgb(18,148,27); }

 td.TdClassName
 {
   border-color: #12941B;
 }
 .TagClassName
 {
   border-color: #12941B;
 }
</style>