Html Css Color HEX #011B12 Dark Green

📋 copy color: '#011B12'

red 1 ◦ green 27 ◦ blue 18

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

Shades of Dark Green #011B12

Tints of Dark Green #011B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 39.13%

R = 2.17%
G = 58.7%
B = 39.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#011B12 (or 0x011B12) is known color: Dark Green. HEX triplet: 01, 1B and 12. RGB value is (1,27,18). Sum of RGB (Red+Green+Blue) = 1+27+18=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #011B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B12 is #FEE4ED. Grayscale: #121212. Windows color (decimal): -16704750 or 1186561. OLE color: 1186561.

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

Color convert

RGB 1 27 18 -
CMYK 0.96 0 0.33 0.89
HSL 159.23º 0.93% 0.05% -
HSV(B) 159.23º 0.96% 0.11% -
XYZ 0.51 0.83 0.71 -
YUV 18.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 1 27 18 0.96 0 0.33 0.89 159.23 0.93 0.05
Hex 1 1B 12 60 0 21 59 9F 5D 5
Octal 1 33 22 140 0 41 131 237 135 5
Binary 1 11011 10010 1100000 0 100001 1011001 10011111 1011101 101

Color Harmonies of #011B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B12

Black with #011B12

Text Example


Text Example

White with #011B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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