Html Css Color HEX #002520 Dark Green

📋 copy color: '#002520'

red 0 ◦ green 37 ◦ blue 32

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

Shades of Dark Green #002520

Tints of Dark Green #002520

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 37 (14.84% from 255) = 53.62%

 BLUE value IS 32 (12.89% from 255) = 46.38%

R = 0%
G = 53.62%
B = 46.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#002520 (or 0x002520) is known color: Dark Green. HEX triplet: 00, 25 and 20. RGB value is (0,37,32). Sum of RGB (Red+Green+Blue) = 0+37+32=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #002520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002520 is #FFDADF. Grayscale: #191919. Windows color (decimal): -16767712 or 2106624. OLE color: 2106624.

HSL color Cylindrical-coordinate representation of color #002520: hue angle of 171.89º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002520 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 32 -
CMYK 1 0 0.14 0.85
HSL 171.89º 1% 0.07% -
HSV(B) 171.89º 1% 0.15% -
XYZ 0.92 1.43 1.59 -
YUV 25.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 0 37 32 1 0 0.14 0.85 171.89 1 0.07
Hex 0 25 20 64 0 E 55 AC 64 7
Octal 0 45 40 144 0 16 125 254 144 7
Binary 0 100101 100000 1100100 0 1110 1010101 10101100 1100100 111

Color Harmonies of #002520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002520

Black with #002520

Text Example


Text Example

White with #002520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002520; }

 p { color: rgb(0,37,32); }

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

background-color css

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

 a { background-color: rgb(0,37,32); }

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

border-color css

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

 span { border-color: rgb(0,37,32); }

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