Html Css Color HEX #011813 Dark Green

📋 copy color: '#011813'

red 1 ◦ green 24 ◦ blue 19

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

Shades of Dark Green #011813

Tints of Dark Green #011813

RGB

 RED value IS 1 (0.78% from 255) = 2.27%

 GREEN value IS 24 (9.77% from 255) = 54.55%

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

R = 2.27%
G = 54.55%
B = 43.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#011813 (or 0x011813) is known color: Dark Green. HEX triplet: 01, 18 and 13. RGB value is (1,24,19). Sum of RGB (Red+Green+Blue) = 1+24+19=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #011813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011813 is #FEE7EC. Grayscale: #101010. Windows color (decimal): -16705517 or 1251329. OLE color: 1251329.

HSL color Cylindrical-coordinate representation of color #011813: hue angle of 166.96º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011813 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 24 19 -
CMYK 0.96 0 0.21 0.91
HSL 166.96º 0.92% 0.05% -
HSV(B) 166.96º 0.96% 0.09% -
XYZ 0.46 0.71 0.73 -
YUV 16.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 1 24 19 0.96 0 0.21 0.91 166.96 0.92 0.05
Hex 1 18 13 60 0 15 5B A7 5C 5
Octal 1 30 23 140 0 25 133 247 134 5
Binary 1 11000 10011 1100000 0 10101 1011011 10100111 1011100 101

Color Harmonies of #011813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011813

Black with #011813

Text Example


Text Example

White with #011813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011813; }

 p { color: rgb(1,24,19); }

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

background-color css

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

 a { background-color: rgb(1,24,19); }

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

border-color css

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

 span { border-color: rgb(1,24,19); }

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