#091B12

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

Shades of Dark Green #091B12

Tints of Dark Green #091B12

Color information

#091B12 (or 0x091B12) is unknown color: approx Dark Green. HEX triplet: 09, 1B and 12. RGB value is (9,27,18). Sum of RGB (Red+Green+Blue) = 9+27+18=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #091B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B12 is #F6E4ED. Grayscale: #141414. Windows color (decimal): -16180462 or 1186569. OLE color: 1186569.

HSL color Cylindrical-coordinate representation of color #091B12: hue angle of 150º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091B12 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB92718-
CMYK0.6700.330.89
HSL150º50%7.06%-
HSV(B)150º66.67%10.59%-
XYZ0.610.890.71-
YUV20.59126.54119.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=16.67%
G=50%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal927180.6700.330.89150507.06
Hex91B12430215996327
Octal113322103041131226627
Binary1001110111001010000110100001101100110010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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