Html Css Color HEX #011B0D Dark Green

📋 copy color: '#011B0D'

red 1 ◦ green 27 ◦ blue 13

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

Shades of Dark Green #011B0D

Tints of Dark Green #011B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 65.85%

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 2.44%
G = 65.85%
B = 31.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#011B0D (or 0x011B0D) is known color: Dark Green. HEX triplet: 01, 1B and 0D. RGB value is (1,27,13). Sum of RGB (Red+Green+Blue) = 1+27+13=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 27 (10.94% from 255 or 65.85% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 27 - color contains mainly: green. Hex color #011B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B0D is #FEE4F2. Grayscale: #111111. Windows color (decimal): -16704755 or 858881. OLE color: 858881.

HSL color Cylindrical-coordinate representation of color #011B0D: hue angle of 147.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B0D is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 27 13 -
CMYK 0.96 0 0.52 0.89
HSL 147.69º 0.93% 0.05% -
HSV(B) 147.69º 0.96% 0.11% -
XYZ 0.48 0.82 0.51 -
YUV 17.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 1 27 13 0.96 0 0.52 0.89 147.69 0.93 0.05
Hex 1 1B D 60 0 34 59 94 5D 5
Octal 1 33 15 140 0 64 131 224 135 5
Binary 1 11011 1101 1100000 0 110100 1011001 10010100 1011101 101

Color Harmonies of #011B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B0D

Black with #011B0D

Text Example


Text Example

White with #011B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B0D; }

 p { color: rgb(1,27,13); }

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

background-color css

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

 a { background-color: rgb(1,27,13); }

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

border-color css

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

 span { border-color: rgb(1,27,13); }

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