Html Css Color HEX #02580A Green

📋 copy color: '#02580A'

red 2 ◦ green 88 ◦ blue 10

#02580A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #02580A

Tints of Green #02580A

RGB

 RED value IS 2 (1.17% from 255) = 2%

 GREEN value IS 88 (34.77% from 255) = 88%

 BLUE value IS 10 (4.3% from 255) = 10%

R = 2%
G = 88%
B = 10%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#02580A (or 0x02580A) is known color: Green. HEX triplet: 02, 58 and 0A. RGB value is (2,88,10). Sum of RGB (Red+Green+Blue) = 2+88+10=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 88 (34.77% from 255 or 88% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 88 - color contains mainly: green. Hex color #02580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02580A is #FDA7F5. Grayscale: #353535. Windows color (decimal): -16623606 or 677890. OLE color: 677890.

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

Color convert

RGB 2 88 10 -
CMYK 0.98 0 0.89 0.65
HSL 125.58º 0.96% 0.18% -
HSV(B) 125.58º 0.98% 0.35% -
XYZ 3.57 7.01 1.45 -
YUV 53.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 2 88 10 0.98 0 0.89 0.65 125.58 0.96 0.18
Hex 2 58 A 62 0 59 41 7E 60 12
Octal 2 130 12 142 0 131 101 176 140 22
Binary 10 1011000 1010 1100010 0 1011001 1000001 1111110 1100000 10010

Color Harmonies of #02580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02580A

Black with #02580A

Text Example


Text Example

White with #02580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02580A;
 }
 .AnyTagClassName
 {
   color: #02580A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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