Html Css Color HEX #002013 Dark Green

📋 copy color: '#002013'

red 0 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #002013

Tints of Dark Green #002013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 62.75%

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

R = 0%
G = 62.75%
B = 37.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#002013 (or 0x002013) is known color: Dark Green. HEX triplet: 00, 20 and 13. RGB value is (0,32,19). Sum of RGB (Red+Green+Blue) = 0+32+19=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #002013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002013 is #FFDFEC. Grayscale: #141414. Windows color (decimal): -16769005 or 1253376. OLE color: 1253376.

HSL color Cylindrical-coordinate representation of color #002013: hue angle of 155.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002013 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 32 19 -
CMYK 1 0 0.41 0.87
HSL 155.63º 1% 0.06% -
HSV(B) 155.63º 1% 0.13% -
XYZ 0.63 1.08 0.79 -
YUV 20.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 0 32 19 1 0 0.41 0.87 155.63 1 0.06
Hex 0 20 13 64 0 29 57 9C 64 6
Octal 0 40 23 144 0 51 127 234 144 6
Binary 0 100000 10011 1100100 0 101001 1010111 10011100 1100100 110

Color Harmonies of #002013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002013

Black with #002013

Text Example


Text Example

White with #002013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002013; }

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

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

background-color css

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

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

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

border-color css

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

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

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