#028208

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

Shades of Green #028208

Tints of Green #028208

Color information

#028208 (or 0x028208) is unknown color: approx Green. HEX triplet: 02, 82 and 08. RGB value is (2,130,8). Sum of RGB (Red+Green+Blue) = 2+130+8=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 130 (51.17% from 255 or 92.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 130 - color contains mainly: green. Hex color #028208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028208 is #FD7DF7. Grayscale: #4E4E4E. Windows color (decimal): -16612856 or 557570. OLE color: 557570.

HSL color Cylindrical-coordinate representation of color #028208: hue angle of 122.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028208 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB21308-
CMYK0.9800.940.49
HSL122.81º96.97%25.88%-
HSV(B)122.81º98.46%50.98%-
XYZ8.05162.89-
YUV77.8288.5973.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 130 (51.17% from 255) = 92.86%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=1.43%
G=92.86%
B=5.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal213080.9800.940.49122.8196.9725.88
Hex28286205E317b611a
Octal22021014201366117314132
Binary101000001010001100010010111101100011111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028208; }

 p { color: rgb(2,130,8); }

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

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

 a { background-color: rgb(2,130,8); }

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

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

 span { border-color: rgb(2,130,8); }

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