Html Css Color HEX #12911F Forest Green

📋 copy color: '#12911F'

red 18 ◦ green 145 ◦ blue 31

#12911F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12911F

Tints of Forest Green #12911F

RGB

 RED value IS 18 (7.42% from 255) = 9.28%

 GREEN value IS 145 (57.03% from 255) = 74.74%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 9.28%
G = 74.74%
B = 15.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#12911F (or 0x12911F) is known color: Forest Green. HEX triplet: 12, 91 and 1F. RGB value is (18,145,31). Sum of RGB (Red+Green+Blue) = 18+145+31=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #12911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12911F is #ED6EE0. Grayscale: #5E5E5E. Windows color (decimal): -15560417 or 2068754. OLE color: 2068754.

HSL color Cylindrical-coordinate representation of color #12911F: hue angle of 126.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12911F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 31 -
CMYK 0.88 0 0.79 0.43
HSL 126.14º 0.78% 0.32% -
HSV(B) 126.14º 0.88% 0.57% -
XYZ 10.62 20.48 4.69 -
YUV 94.03 92.42 73.77 -
System Red Green Blue C M Y K H S L
Decimal 18 145 31 0.88 0 0.79 0.43 126.14 0.78 0.32
Hex 12 91 1F 58 0 4F 2B 7E 4E 20
Octal 22 221 37 130 0 117 53 176 116 40
Binary 10010 10010001 11111 1011000 0 1001111 101011 1111110 1001110 100000

Color Harmonies of #12911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12911F

Black with #12911F

Text Example


Text Example

White with #12911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12911F; }

 p { color: rgb(18,145,31); }

 H1.HeaderClassName
 {
   color: #12911F;
 }
 .AnyTagClassName
 {
   color: #12911F;
 }
</style>

background-color css

<style>
 a { background-color: #12911F; }

 a { background-color: rgb(18,145,31); }

 div.DivClassName
 {
   background-color: #12911F;
 }
 .BgClassName
 {
   background-color: #12911F;
 }
</style>

border-color css

<style>
 span { border-color: #12911F; }

 span { border-color: rgb(18,145,31); }

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