Html Css Color HEX #129621 Forest Green

📋 copy color: '#129621'

red 18 ◦ green 150 ◦ blue 33

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

Shades of Forest Green #129621

Tints of Forest Green #129621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 74.63%

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

R = 8.96%
G = 74.63%
B = 16.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#129621 (or 0x129621) is known color: Forest Green. HEX triplet: 12, 96 and 21. RGB value is (18,150,33). Sum of RGB (Red+Green+Blue) = 18+150+33=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #129621 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129621 is #ED69DE. Grayscale: #616161. Windows color (decimal): -15559135 or 2201106. OLE color: 2201106.

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

Color convert

RGB 18 150 33 -
CMYK 0.88 0 0.78 0.41
HSL 126.82º 0.79% 0.33% -
HSV(B) 126.82º 0.88% 0.59% -
XYZ 11.43 22.05 5.09 -
YUV 97.19 91.77 71.51 -
System Red Green Blue C M Y K H S L
Decimal 18 150 33 0.88 0 0.78 0.41 126.82 0.79 0.33
Hex 12 96 21 58 0 4E 29 7F 4F 21
Octal 22 226 41 130 0 116 51 177 117 41
Binary 10010 10010110 100001 1011000 0 1001110 101001 1111111 1001111 100001

Color Harmonies of #129621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129621

Black with #129621

Text Example


Text Example

White with #129621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129621; }

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

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

background-color css

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

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

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

border-color css

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

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

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