#02580B

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

Shades of Green #02580B

Tints of Green #02580B

Color information

#02580B (or 0x02580B) is unknown color: approx Green. HEX triplet: 02, 58 and 0B. RGB value is (2,88,11). Sum of RGB (Red+Green+Blue) = 2+88+11=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 88 (34.77% from 255 or 87.13% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 88 - color contains mainly: green. Hex color #02580B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02580B is #FDA7F4. Grayscale: #353535. Windows color (decimal): -16623605 or 743426. OLE color: 743426.

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

Color convert

RGB28811-
CMYK0.9800.880.65
HSL126.28º95.56%17.65%-
HSV(B)126.28º97.73%34.51%-
XYZ3.587.021.48-
YUV53.51104.0191.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 88 (34.77% from 255) = 87.13%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=1.98%
G=87.13%
B=10.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288110.9800.880.65126.2895.5617.65
Hex258B62058417e6012
Octal213013142013010117614022
Binary101011000101111000100101100010000011111110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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