Html Css Color HEX #011613 Dark Green

📋 copy color: '#011613'

red 1 ◦ green 22 ◦ blue 19

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

Shades of Dark Green #011613

Tints of Dark Green #011613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 52.38%

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

R = 2.38%
G = 52.38%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#011613 (or 0x011613) is known color: Dark Green. HEX triplet: 01, 16 and 13. RGB value is (1,22,19). Sum of RGB (Red+Green+Blue) = 1+22+19=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #011613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011613 is #FEE9EC. Grayscale: #0F0F0F. Windows color (decimal): -16706029 or 1250817. OLE color: 1250817.

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

Color convert

RGB 1 22 19 -
CMYK 0.95 0 0.14 0.91
HSL 171.43º 0.91% 0.05% -
HSV(B) 171.43º 0.95% 0.09% -
XYZ 0.42 0.63 0.72 -
YUV 15.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 1 22 19 0.95 0 0.14 0.91 171.43 0.91 0.05
Hex 1 16 13 5F 0 E 5B AB 5B 5
Octal 1 26 23 137 0 16 133 253 133 5
Binary 1 10110 10011 1011111 0 1110 1011011 10101011 1011011 101

Color Harmonies of #011613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011613

Black with #011613

Text Example


Text Example

White with #011613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011613; }

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

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

background-color css

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

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

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

border-color css

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

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

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