#011B07

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

Shades of Dark Green #011B07

Tints of Dark Green #011B07

Color information

#011B07 (or 0x011B07) is unknown color: approx Dark Green. HEX triplet: 01, 1B and 07. RGB value is (1,27,7). Sum of RGB (Red+Green+Blue) = 1+27+7=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 27 (10.94% from 255 or 77.14% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 27 - color contains mainly: green. Hex color #011B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B07 is #FEE4F8. Grayscale: #111111. Windows color (decimal): -16704761 or 465665. OLE color: 465665.

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

Color convert

RGB1277-
CMYK0.9600.740.89
HSL133.85º92.86%5.49%-
HSV(B)133.85º96.3%10.59%-
XYZ0.440.810.33-
YUV16.95122.39116.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 27 (10.94% from 255) = 77.14%
BLUE value IS 7 (3.12% from 255) = 20%
R=2.86%
G=77.14%
B=20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12770.9600.740.89133.8592.865.49
Hex11B76004A59865d5
Octal133714001121312061355
Binary1110111111100000010010101011001100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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