Html Css Color HEX #12891C Forest Green

📋 copy color: '#12891C'

red 18 ◦ green 137 ◦ blue 28

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

Shades of Forest Green #12891C

Tints of Forest Green #12891C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 74.86%

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 9.84%
G = 74.86%
B = 15.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#12891C (or 0x12891C) is known color: Forest Green. HEX triplet: 12, 89 and 1C. RGB value is (18,137,28). Sum of RGB (Red+Green+Blue) = 18+137+28=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 137 (53.91% from 255 or 74.86% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 137 - color contains mainly: green. Hex color #12891C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12891C is #ED76E3. Grayscale: #595959. Windows color (decimal): -15562468 or 1870098. OLE color: 1870098.

HSL color Cylindrical-coordinate representation of color #12891C: hue angle of 125.04º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12891C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 28 -
CMYK 0.87 0 0.80 0.46
HSL 125.04º 0.77% 0.3% -
HSV(B) 125.04º 0.87% 0.54% -
XYZ 9.4 18.1 4.1 -
YUV 88.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 18 137 28 0.87 0 0.80 0.46 125.04 0.77 0.3
Hex 12 89 1C 57 0 50 2E 7D 4D 1E
Octal 22 211 34 127 0 120 56 175 115 36
Binary 10010 10001001 11100 1010111 0 1010000 101110 1111101 1001101 11110

Color Harmonies of #12891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12891C

Black with #12891C

Text Example


Text Example

White with #12891C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,137,28); }

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

background-color css

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

 a { background-color: rgb(18,137,28); }

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

border-color css

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

 span { border-color: rgb(18,137,28); }

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