#02800F

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

Shades of Green #02800F

Tints of Green #02800F

Color information

#02800F (or 0x02800F) is unknown color: approx Green. HEX triplet: 02, 80 and 0F. RGB value is (2,128,15). Sum of RGB (Red+Green+Blue) = 2+128+15=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #02800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02800F is #FD7FF0. Grayscale: #4D4D4D. Windows color (decimal): -16613361 or 1015810. OLE color: 1015810.

HSL color Cylindrical-coordinate representation of color #02800F: hue angle of 126.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02800F is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB212815-
CMYK0.9800.880.50
HSL126.19º96.92%25.49%-
HSV(B)126.19º98.44%50.2%-
XYZ7.8315.493.03-
YUV77.4492.7674.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 128 (50.39% from 255) = 88.28%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=1.38%
G=88.28%
B=10.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2128150.9800.880.50126.1996.9225.49
Hex280F62058327e6119
Octal22001714201306217614131
Binary101000000011111100010010110001100101111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02800F; }

 p { color: rgb(2,128,15); }

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

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

 a { background-color: rgb(2,128,15); }

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

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

 span { border-color: rgb(2,128,15); }

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