Html Css Color HEX #002713 Dark Green

📋 copy color: '#002713'

red 0 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #002713

Tints of Dark Green #002713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 67.24%

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

R = 0%
G = 67.24%
B = 32.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#002713 (or 0x002713) is known color: Dark Green. HEX triplet: 00, 27 and 13. RGB value is (0,39,19). Sum of RGB (Red+Green+Blue) = 0+39+19=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #002713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002713 is #FFD8EC. Grayscale: #191919. Windows color (decimal): -16767213 or 1255168. OLE color: 1255168.

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

Color convert

RGB 0 39 19 -
CMYK 1 0 0.51 0.85
HSL 149.23º 1% 0.08% -
HSV(B) 149.23º 1% 0.15% -
XYZ 0.84 1.5 0.86 -
YUV 25.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 0 39 19 1 0 0.51 0.85 149.23 1 0.08
Hex 0 27 13 64 0 33 55 95 64 8
Octal 0 47 23 144 0 63 125 225 144 10
Binary 0 100111 10011 1100100 0 110011 1010101 10010101 1100100 1000

Color Harmonies of #002713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002713

Black with #002713

Text Example


Text Example

White with #002713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002713; }

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

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

background-color css

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

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

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

border-color css

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

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

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