#20AF26

Color #20AF26 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #20AF26

Tints of Forest Green #20AF26

Color information

#20AF26 (or 0x20AF26) is unknown color: approx Forest Green. HEX triplet: 20, AF and 26. RGB value is (32,175,38). Sum of RGB (Red+Green+Blue) = 32+175+38=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF26 is #DF50D9. Grayscale: #757575. Windows color (decimal): -14635226 or 2535200. OLE color: 2535200.

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

Color convert

RGB3217538-
CMYK0.8200.780.31
HSL122.52º69.08%40.59%-
HSV(B)122.52º81.71%68.63%-
XYZ16.2831.116.98-
YUV116.6283.6267.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 175 (68.75% from 255) = 71.43%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=13.06%
G=71.43%
B=15.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32175380.8200.780.31122.5269.0840.59
Hex20AF265204E1F7b4529
Octal402574612201163717310551
Binary100000101011111001101010010010011101111111110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AF26;
 }
 .AnyTagClassName
 {
   color: #20AF26;
 }
</style>
background-color css

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

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

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

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

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

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