#029529

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

Shades of Forest Green #029529

Tints of Forest Green #029529

Color information

#029529 (or 0x029529) is unknown color: approx Forest Green. HEX triplet: 02, 95 and 29. RGB value is (2,149,41). Sum of RGB (Red+Green+Blue) = 2+149+41=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #029529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029529 is #FD6AD6. Grayscale: #5D5D5D. Windows color (decimal): -16607959 or 2725122. OLE color: 2725122.

HSL color Cylindrical-coordinate representation of color #029529: hue angle of 135.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029529 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB214941-
CMYK0.9900.720.42
HSL135.92º97.35%29.61%-
HSV(B)135.92º98.66%58.43%-
XYZ11.1721.675.69-
YUV92.7498.863.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 149 (58.59% from 255) = 77.60%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=1.04%
G=77.60%
B=21.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149410.9900.720.42135.9297.3529.61
Hex29529630482A88611e
Octal22255114301105221014136
Binary101001010110100111000110100100010101010001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029529; }

 p { color: rgb(2,149,41); }

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

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

 a { background-color: rgb(2,149,41); }

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

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

 span { border-color: rgb(2,149,41); }

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