Html Css Color HEX #011B15 Dark Green

📋 copy color: '#011B15'

red 1 ◦ green 27 ◦ blue 21

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

Shades of Dark Green #011B15

Tints of Dark Green #011B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42.86%

R = 2.04%
G = 55.1%
B = 42.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#011B15 (or 0x011B15) is known color: Dark Green. HEX triplet: 01, 1B and 15. RGB value is (1,27,21). Sum of RGB (Red+Green+Blue) = 1+27+21=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #011B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B15 is #FEE4EA. Grayscale: #121212. Windows color (decimal): -16704747 or 1383169. OLE color: 1383169.

HSL color Cylindrical-coordinate representation of color #011B15: hue angle of 166.15º 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 #011B15 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 27 21 -
CMYK 0.96 0 0.22 0.89
HSL 166.15º 0.93% 0.05% -
HSV(B) 166.15º 0.96% 0.11% -
XYZ 0.54 0.84 0.84 -
YUV 18.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 1 27 21 0.96 0 0.22 0.89 166.15 0.93 0.05
Hex 1 1B 15 60 0 16 59 A6 5D 5
Octal 1 33 25 140 0 26 131 246 135 5
Binary 1 11011 10101 1100000 0 10110 1011001 10100110 1011101 101

Color Harmonies of #011B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B15

Black with #011B15

Text Example


Text Example

White with #011B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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