Html Css Color HEX #001311 Dark Green

📋 copy color: '#001311'

red 0 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #001311

Tints of Dark Green #001311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

 BLUE value IS 17 (7.03% from 255) = 47.22%

R = 0%
G = 52.78%
B = 47.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#001311 (or 0x001311) is known color: Dark Green. HEX triplet: 00, 13 and 11. RGB value is (0,19,17). Sum of RGB (Red+Green+Blue) = 0+19+17=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #001311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001311 is #FFECEE. Grayscale: #0D0D0D. Windows color (decimal): -16772335 or 1118976. OLE color: 1118976.

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

Color convert

RGB 0 19 17 -
CMYK 1 0 0.11 0.93
HSL 173.68º 1% 0.04% -
HSV(B) 173.68º 1% 0.07% -
XYZ 0.33 0.51 0.61 -
YUV 13.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 0 19 17 1 0 0.11 0.93 173.68 1 0.04
Hex 0 13 11 64 0 B 5D AE 64 4
Octal 0 23 21 144 0 13 135 256 144 4
Binary 0 10011 10001 1100100 0 1011 1011101 10101110 1100100 100

Color Harmonies of #001311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001311

Black with #001311

Text Example


Text Example

White with #001311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001311; }

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

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

background-color css

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

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

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

border-color css

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

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

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