#011B09

Color #011B09 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #011B09

Tints of Dark Green #011B09

Color information

#011B09 (or 0x011B09) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 09. RGB value is (1,27,9). Sum of RGB (Red+Green+Blue) = 1+27+9=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #011B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B09 is #FEE4F6. Grayscale: #111111. Windows color (decimal): -16704759 or 596737. OLE color: 596737.

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

Color convert

RGB1279-
CMYK0.9600.670.89
HSL138.46º92.86%5.49%-
HSV(B)138.46º96.3%10.59%-
XYZ0.450.810.39-
YUV17.17123.39116.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 27 (10.94% from 255) = 72.97%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=2.70%
G=72.97%
B=24.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12790.9600.670.89138.4692.865.49
Hex11B960043598a5d5
Octal1331114001031312121355
Binary11101110011100000010000111011001100010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #011B09;
 }
 .AnyTagClassName
 {
   color: #011B09;
 }
</style>
background-color css

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

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

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

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

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

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