Html Css Color HEX #129922 Forest Green

📋 copy color: '#129922'

red 18 ◦ green 153 ◦ blue 34

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

Shades of Forest Green #129922

Tints of Forest Green #129922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 74.63%

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 8.78%
G = 74.63%
B = 16.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#129922 (or 0x129922) is known color: Forest Green. HEX triplet: 12, 99 and 22. RGB value is (18,153,34). Sum of RGB (Red+Green+Blue) = 18+153+34=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #129922 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129922 is #ED66DD. Grayscale: #636363. Windows color (decimal): -15558366 or 2267410. OLE color: 2267410.

HSL color Cylindrical-coordinate representation of color #129922: hue angle of 127.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129922 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 34 -
CMYK 0.88 0 0.78 0.4
HSL 127.11º 0.79% 0.34% -
HSV(B) 127.11º 0.88% 0.6% -
XYZ 11.93 23.03 5.33 -
YUV 99.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 18 153 34 0.88 0 0.78 0.4 127.11 0.79 0.34
Hex 12 99 22 58 0 4E 28 7F 4F 22
Octal 22 231 42 130 0 116 50 177 117 42
Binary 10010 10011001 100010 1011000 0 1001110 101000 1111111 1001111 100010

Color Harmonies of #129922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129922

Black with #129922

Text Example


Text Example

White with #129922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129922; }

 p { color: rgb(18,153,34); }

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

background-color css

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

 a { background-color: rgb(18,153,34); }

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

border-color css

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

 span { border-color: rgb(18,153,34); }

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