Html Css Color HEX #20AF1D Forest Green

📋 copy color: '#20AF1D'

red 32 ◦ green 175 ◦ blue 29

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

Shades of Forest Green #20AF1D

Tints of Forest Green #20AF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.15%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 13.56%
G = 74.15%
B = 12.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#20AF1D (or 0x20AF1D) is known color: Forest Green. HEX triplet: 20, AF and 1D. RGB value is (32,175,29). Sum of RGB (Red+Green+Blue) = 32+175+29=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF1D is #DF50E2. Grayscale: #747474. Windows color (decimal): -14635235 or 1945376. OLE color: 1945376.

HSL color Cylindrical-coordinate representation of color #20AF1D: hue angle of 118.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AF1D is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 29 -
CMYK 0.82 0 0.83 0.31
HSL 118.77º 0.72% 0.4% -
HSV(B) 118.77º 0.83% 0.69% -
XYZ 16.15 31.06 6.31 -
YUV 115.6 79.12 68.37 -
System Red Green Blue C M Y K H S L
Decimal 32 175 29 0.82 0 0.83 0.31 118.77 0.72 0.4
Hex 20 AF 1D 52 0 53 1F 77 48 28
Octal 40 257 35 122 0 123 37 167 110 50
Binary 100000 10101111 11101 1010010 0 1010011 11111 1110111 1001000 101000

Color Harmonies of #20AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF1D

Black with #20AF1D

Text Example


Text Example

White with #20AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AF1D; }

 p { color: rgb(32,175,29); }

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

background-color css

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

 a { background-color: rgb(32,175,29); }

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

border-color css

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

 span { border-color: rgb(32,175,29); }

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