Html Css Color HEX #12811E Forest Green

📋 copy color: '#12811E'

red 18 ◦ green 129 ◦ blue 30

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

Shades of Forest Green #12811E

Tints of Forest Green #12811E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 72.88%

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 10.17%
G = 72.88%
B = 16.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#12811E (or 0x12811E) is known color: Forest Green. HEX triplet: 12, 81 and 1E. RGB value is (18,129,30). Sum of RGB (Red+Green+Blue) = 18+129+30=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 129 (50.78% from 255 or 72.88% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 129 - color contains mainly: green. Hex color #12811E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12811E is #ED7EE1. Grayscale: #545454. Windows color (decimal): -15564514 or 1999122. OLE color: 1999122.

HSL color Cylindrical-coordinate representation of color #12811E: hue angle of 126.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12811E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 30 -
CMYK 0.86 0 0.77 0.49
HSL 126.49º 0.76% 0.29% -
HSV(B) 126.49º 0.86% 0.51% -
XYZ 8.33 15.92 3.86 -
YUV 84.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 18 129 30 0.86 0 0.77 0.49 126.49 0.76 0.29
Hex 12 81 1E 56 0 4D 31 7E 4C 1D
Octal 22 201 36 126 0 115 61 176 114 35
Binary 10010 10000001 11110 1010110 0 1001101 110001 1111110 1001100 11101

Color Harmonies of #12811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12811E

Black with #12811E

Text Example


Text Example

White with #12811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12811E; }

 p { color: rgb(18,129,30); }

 H1.HeaderClassName
 {
   color: #12811E;
 }
 .AnyTagClassName
 {
   color: #12811E;
 }
</style>

background-color css

<style>
 a { background-color: #12811E; }

 a { background-color: rgb(18,129,30); }

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

border-color css

<style>
 span { border-color: #12811E; }

 span { border-color: rgb(18,129,30); }

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