Html Css Color HEX #208121 Forest Green

📋 copy color: '#208121'

red 32 ◦ green 129 ◦ blue 33

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

Shades of Forest Green #208121

Tints of Forest Green #208121

RGB

 RED value IS 32 (12.89% from 255) = 16.49%

 GREEN value IS 129 (50.78% from 255) = 66.49%

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

R = 16.49%
G = 66.49%
B = 17.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#208121 (or 0x208121) is known color: Forest Green. HEX triplet: 20, 81 and 21. RGB value is (32,129,33). Sum of RGB (Red+Green+Blue) = 32+129+33=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #208121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208121 is #DF7EDE. Grayscale: #595959. Windows color (decimal): -14647007 or 2195744. OLE color: 2195744.

HSL color Cylindrical-coordinate representation of color #208121: hue angle of 120.62º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208121 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 33 -
CMYK 0.75 0 0.74 0.49
HSL 120.62º 0.6% 0.32% -
HSV(B) 120.62º 0.75% 0.51% -
XYZ 8.72 16.12 4.09 -
YUV 89.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 32 129 33 0.75 0 0.74 0.49 120.62 0.6 0.32
Hex 20 81 21 4B 0 4A 31 79 3C 20
Octal 40 201 41 113 0 112 61 171 74 40
Binary 100000 10000001 100001 1001011 0 1001010 110001 1111001 111100 100000

Color Harmonies of #208121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208121

Black with #208121

Text Example


Text Example

White with #208121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208121; }

 p { color: rgb(32,129,33); }

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

background-color css

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

 a { background-color: rgb(32,129,33); }

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

border-color css

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

 span { border-color: rgb(32,129,33); }

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