#02580C

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

Shades of Green #02580C

Tints of Green #02580C

Color information

#02580C (or 0x02580C) is unknown color: approx Green. HEX triplet: 02, 58 and 0C. RGB value is (2,88,12). Sum of RGB (Red+Green+Blue) = 2+88+12=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 88 (34.77% from 255 or 86.27% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 88 - color contains mainly: green. Hex color #02580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02580C is #FDA7F3. Grayscale: #353535. Windows color (decimal): -16623604 or 808962. OLE color: 808962.

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

Color convert

RGB28812-
CMYK0.9800.860.65
HSL126.98º95.56%17.65%-
HSV(B)126.98º97.73%34.51%-
XYZ3.587.021.51-
YUV53.62104.5191.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 88 (34.77% from 255) = 86.27%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=1.96%
G=86.27%
B=11.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288120.9800.860.65126.9895.5617.65
Hex258C62056417f6012
Octal213014142012610117714022
Binary101011000110011000100101011010000011111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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