#028D1F

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

Shades of Forest Green #028D1F

Tints of Forest Green #028D1F

Color information

#028D1F (or 0x028D1F) is unknown color: approx Forest Green. HEX triplet: 02, 8D and 1F. RGB value is (2,141,31). Sum of RGB (Red+Green+Blue) = 2+141+31=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 141 (55.47% from 255 or 81.03% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 141 - color contains mainly: green. Hex color #028D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D1F is #FD72E0. Grayscale: #575757. Windows color (decimal): -16610017 or 2067714. OLE color: 2067714.

HSL color Cylindrical-coordinate representation of color #028D1F: hue angle of 132.52º 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 #028D1F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB214131-
CMYK0.9900.780.45
HSL132.52º97.2%28.04%-
HSV(B)132.52º98.58%55.29%-
XYZ9.819.164.48-
YUV86.996.4567.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 141 (55.47% from 255) = 81.03%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=1.15%
G=81.03%
B=17.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141310.9900.780.45132.5297.228.04
Hex28D1F6304E2D85611c
Octal22153714301165520514134
Binary10100011011111111000110100111010110110000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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