#02580D

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

Shades of Green #02580D

Tints of Green #02580D

Color information

#02580D (or 0x02580D) is unknown color: approx Green. HEX triplet: 02, 58 and 0D. RGB value is (2,88,13). Sum of RGB (Red+Green+Blue) = 2+88+13=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 88 (34.77% from 255 or 85.44% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 88 - color contains mainly: green. Hex color #02580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02580D is #FDA7F2. Grayscale: #353535. Windows color (decimal): -16623603 or 874498. OLE color: 874498.

HSL color Cylindrical-coordinate representation of color #02580D: hue angle of 127.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02580D is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB28813-
CMYK0.9800.850.65
HSL127.67º95.56%17.65%-
HSV(B)127.67º97.73%34.51%-
XYZ3.597.021.55-
YUV53.74105.0191.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 88 (34.77% from 255) = 85.44%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=1.94%
G=85.44%
B=12.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288130.9800.850.65127.6795.5617.65
Hex258D6205541806012
Octal213015142012510120014022
Binary1010110001101110001001010101100000110000000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02580D; }

 p { color: rgb(2,88,13); }

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

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

 a { background-color: rgb(2,88,13); }

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

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

 span { border-color: rgb(2,88,13); }

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