Html Css Color HEX #129113 Forest Green

📋 copy color: '#129113'

red 18 ◦ green 145 ◦ blue 19

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

Shades of Forest Green #129113

Tints of Forest Green #129113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 9.89%
G = 79.67%
B = 10.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#129113 (or 0x129113) is known color: Forest Green. HEX triplet: 12, 91 and 13. RGB value is (18,145,19). Sum of RGB (Red+Green+Blue) = 18+145+19=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 145 (57.03% from 255 or 79.67% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 145 - color contains mainly: green. Hex color #129113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129113 is #ED6EEC. Grayscale: #5D5D5D. Windows color (decimal): -15560429 or 1282322. OLE color: 1282322.

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

Color convert

RGB 18 145 19 -
CMYK 0.88 0 0.87 0.43
HSL 120.47º 0.78% 0.32% -
HSV(B) 120.47º 0.88% 0.57% -
XYZ 10.49 20.43 4.01 -
YUV 92.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 18 145 19 0.88 0 0.87 0.43 120.47 0.78 0.32
Hex 12 91 13 58 0 57 2B 78 4E 20
Octal 22 221 23 130 0 127 53 170 116 40
Binary 10010 10010001 10011 1011000 0 1010111 101011 1111000 1001110 100000

Color Harmonies of #129113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129113

Black with #129113

Text Example


Text Example

White with #129113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129113; }

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

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

background-color css

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

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

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

border-color css

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

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

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