Html Css Color HEX #129126 Forest Green

📋 copy color: '#129126'

red 18 ◦ green 145 ◦ blue 38

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

Shades of Forest Green #129126

Tints of Forest Green #129126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 8.96%
G = 72.14%
B = 18.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#129126 (or 0x129126) is known color: Forest Green. HEX triplet: 12, 91 and 26. RGB value is (18,145,38). Sum of RGB (Red+Green+Blue) = 18+145+38=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #129126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129126 is #ED6ED9. Grayscale: #5F5F5F. Windows color (decimal): -15560410 or 2527506. OLE color: 2527506.

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

Color convert

RGB 18 145 38 -
CMYK 0.88 0 0.74 0.43
HSL 129.45º 0.78% 0.32% -
HSV(B) 129.45º 0.88% 0.57% -
XYZ 10.72 20.52 5.23 -
YUV 94.83 95.92 73.2 -
System Red Green Blue C M Y K H S L
Decimal 18 145 38 0.88 0 0.74 0.43 129.45 0.78 0.32
Hex 12 91 26 58 0 4A 2B 81 4E 20
Octal 22 221 46 130 0 112 53 201 116 40
Binary 10010 10010001 100110 1011000 0 1001010 101011 10000001 1001110 100000

Color Harmonies of #129126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129126

Black with #129126

Text Example


Text Example

White with #129126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129126; }

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

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

background-color css

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

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

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

border-color css

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

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

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