Html Css Color HEX #02580D Green

📋 copy color: '#02580D'

red 2 ◦ green 88 ◦ blue 13

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

Shades of Green #02580D

Tints of Green #02580D

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 value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#02580D (or 0x02580D) is known color: 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

RGB 2 88 13 -
CMYK 0.98 0 0.85 0.65
HSL 127.67º 0.96% 0.18% -
HSV(B) 127.67º 0.98% 0.35% -
XYZ 3.59 7.02 1.55 -
YUV 53.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 2 88 13 0.98 0 0.85 0.65 127.67 0.96 0.18
Hex 2 58 D 62 0 55 41 80 60 12
Octal 2 130 15 142 0 125 101 200 140 22
Binary 10 1011000 1101 1100010 0 1010101 1000001 10000000 1100000 10010

Color Harmonies of #02580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02580D

Black with #02580D

Text Example


Text Example

White with #02580D

Text Example


Text Example

HTML Codes & Css Web 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>