Html Css Color HEX #12872C Forest Green

📋 copy color: '#12872C'

red 18 ◦ green 135 ◦ blue 44

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

Shades of Forest Green #12872C

Tints of Forest Green #12872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 68.53%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 9.14%
G = 68.53%
B = 22.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#12872C (or 0x12872C) is known color: Forest Green. HEX triplet: 12, 87 and 2C. RGB value is (18,135,44). Sum of RGB (Red+Green+Blue) = 18+135+44=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #12872C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12872C is #ED78D3. Grayscale: #595959. Windows color (decimal): -15562964 or 2918162. OLE color: 2918162.

HSL color Cylindrical-coordinate representation of color #12872C: hue angle of 133.33º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12872C is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 44 -
CMYK 0.87 0 0.67 0.47
HSL 133.33º 0.76% 0.3% -
HSV(B) 133.33º 0.87% 0.53% -
XYZ 9.37 17.64 5.29 -
YUV 89.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 18 135 44 0.87 0 0.67 0.47 133.33 0.76 0.3
Hex 12 87 2C 57 0 43 2F 85 4C 1E
Octal 22 207 54 127 0 103 57 205 114 36
Binary 10010 10000111 101100 1010111 0 1000011 101111 10000101 1001100 11110

Color Harmonies of #12872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12872C

Black with #12872C

Text Example


Text Example

White with #12872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12872C; }

 p { color: rgb(18,135,44); }

 H1.HeaderClassName
 {
   color: #12872C;
 }
 .AnyTagClassName
 {
   color: #12872C;
 }
</style>

background-color css

<style>
 a { background-color: #12872C; }

 a { background-color: rgb(18,135,44); }

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

border-color css

<style>
 span { border-color: #12872C; }

 span { border-color: rgb(18,135,44); }

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