Html Css Color HEX #12911D Forest Green

📋 copy color: '#12911D'

red 18 ◦ green 145 ◦ blue 29

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

Shades of Forest Green #12911D

Tints of Forest Green #12911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 9.38%
G = 75.52%
B = 15.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#12911D (or 0x12911D) is known color: Forest Green. HEX triplet: 12, 91 and 1D. RGB value is (18,145,29). Sum of RGB (Red+Green+Blue) = 18+145+29=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 145 (57.03% from 255 or 75.52% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 145 - color contains mainly: green. Hex color #12911D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12911D is #ED6EE2. Grayscale: #5E5E5E. Windows color (decimal): -15560419 or 1937682. OLE color: 1937682.

HSL color Cylindrical-coordinate representation of color #12911D: hue angle of 125.2º 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 #12911D is Cyan = 0.88, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 29 -
CMYK 0.88 0 0.8 0.43
HSL 125.2º 0.78% 0.32% -
HSV(B) 125.2º 0.88% 0.57% -
XYZ 10.6 20.47 4.55 -
YUV 93.8 91.42 73.93 -
System Red Green Blue C M Y K H S L
Decimal 18 145 29 0.88 0 0.8 0.43 125.2 0.78 0.32
Hex 12 91 1D 58 0 50 2B 7D 4E 20
Octal 22 221 35 130 0 120 53 175 116 40
Binary 10010 10010001 11101 1011000 0 1010000 101011 1111101 1001110 100000

Color Harmonies of #12911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12911D

Black with #12911D

Text Example


Text Example

White with #12911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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