Html Css Color HEX #002513 Dark Green

📋 copy color: '#002513'

red 0 ◦ green 37 ◦ blue 19

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

Shades of Dark Green #002513

Tints of Dark Green #002513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 0%
G = 66.07%
B = 33.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#002513 (or 0x002513) is known color: Dark Green. HEX triplet: 00, 25 and 13. RGB value is (0,37,19). Sum of RGB (Red+Green+Blue) = 0+37+19=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #002513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002513 is #FFDAEC. Grayscale: #171717. Windows color (decimal): -16767725 or 1254656. OLE color: 1254656.

HSL color Cylindrical-coordinate representation of color #002513: hue angle of 150.81º 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 #002513 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 19 -
CMYK 1 0 0.49 0.85
HSL 150.81º 1% 0.07% -
HSV(B) 150.81º 1% 0.15% -
XYZ 0.78 1.37 0.84 -
YUV 23.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 0 37 19 1 0 0.49 0.85 150.81 1 0.07
Hex 0 25 13 64 0 31 55 97 64 7
Octal 0 45 23 144 0 61 125 227 144 7
Binary 0 100101 10011 1100100 0 110001 1010101 10010111 1100100 111

Color Harmonies of #002513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002513

Black with #002513

Text Example


Text Example

White with #002513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002513; }

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

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

background-color css

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

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

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

border-color css

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

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

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