#028210

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

Shades of Green #028210

Tints of Green #028210

Color information

#028210 (or 0x028210) is unknown color: approx Green. HEX triplet: 02, 82 and 10. RGB value is (2,130,16). Sum of RGB (Red+Green+Blue) = 2+130+16=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #028210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028210 is #FD7DEF. Grayscale: #4F4F4F. Windows color (decimal): -16612848 or 1081858. OLE color: 1081858.

HSL color Cylindrical-coordinate representation of color #028210: hue angle of 126.56º 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 #028210 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB213016-
CMYK0.9800.880.49
HSL126.56º96.97%25.88%-
HSV(B)126.56º98.46%50.98%-
XYZ8.116.023.15-
YUV78.7392.5973.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 130 (51.17% from 255) = 87.84%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=1.35%
G=87.84%
B=10.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130160.9800.880.49126.5696.9725.88
Hex2821062058317f611a
Octal22022014201306117714132
Binary1010000010100001100010010110001100011111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028210; }

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

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

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

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

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

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

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

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