Html Css Color HEX #129D21 Forest Green

📋 copy color: '#129D21'

red 18 ◦ green 157 ◦ blue 33

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

Shades of Forest Green #129D21

Tints of Forest Green #129D21

RGB

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

 GREEN value IS 157 (61.72% from 255) = 75.48%

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 8.65%
G = 75.48%
B = 15.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#129D21 (or 0x129D21) is known color: Forest Green. HEX triplet: 12, 9D and 21. RGB value is (18,157,33). Sum of RGB (Red+Green+Blue) = 18+157+33=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 157 (61.72% from 255 or 75.48% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 157 - color contains mainly: green. Hex color #129D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D21 is #ED62DE. Grayscale: #656565. Windows color (decimal): -15557343 or 2202898. OLE color: 2202898.

HSL color Cylindrical-coordinate representation of color #129D21: hue angle of 126.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D21 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 157 33 -
CMYK 0.89 0 0.79 0.38
HSL 126.47º 0.79% 0.34% -
HSV(B) 126.47º 0.89% 0.62% -
XYZ 12.58 24.35 5.48 -
YUV 101.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 18 157 33 0.89 0 0.79 0.38 126.47 0.79 0.34
Hex 12 9D 21 59 0 4F 26 7E 4F 22
Octal 22 235 41 131 0 117 46 176 117 42
Binary 10010 10011101 100001 1011001 0 1001111 100110 1111110 1001111 100010

Color Harmonies of #129D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D21

Black with #129D21

Text Example


Text Example

White with #129D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129D21; }

 p { color: rgb(18,157,33); }

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

background-color css

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

 a { background-color: rgb(18,157,33); }

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

border-color css

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

 span { border-color: rgb(18,157,33); }

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