#028D2A

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

Shades of Forest Green #028D2A

Tints of Forest Green #028D2A

Color information

#028D2A (or 0x028D2A) is unknown color: approx Forest Green. HEX triplet: 02, 8D and 2A. RGB value is (2,141,42). Sum of RGB (Red+Green+Blue) = 2+141+42=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 141 (55.47% from 255 or 76.22% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 141 - color contains mainly: green. Hex color #028D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D2A is #FD72D5. Grayscale: #585858. Windows color (decimal): -16610006 or 2788610. OLE color: 2788610.

HSL color Cylindrical-coordinate representation of color #028D2A: hue angle of 137.27º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D2A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB214142-
CMYK0.9900.700.45
HSL137.27º97.2%28.04%-
HSV(B)137.27º98.58%55.29%-
XYZ9.9719.235.38-
YUV88.15101.9566.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 141 (55.47% from 255) = 76.22%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=1.08%
G=76.22%
B=22.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141420.9900.700.45137.2797.228.04
Hex28D2A630462D89611c
Octal22155214301065521114134
Binary101000110110101011000110100011010110110001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028D2A; }

 p { color: rgb(2,141,42); }

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

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

 a { background-color: rgb(2,141,42); }

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

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

 span { border-color: rgb(2,141,42); }

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