#091C12

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

Shades of Dark Green #091C12

Tints of Dark Green #091C12

Color information

#091C12 (or 0x091C12) is unknown color: approx Dark Green. HEX triplet: 09, 1C and 12. RGB value is (9,28,18). Sum of RGB (Red+Green+Blue) = 9+28+18=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #091C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C12 is #F6E3ED. Grayscale: #151515. Windows color (decimal): -16180206 or 1186825. OLE color: 1186825.

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

Color convert

RGB92818-
CMYK0.6800.360.89
HSL148.42º51.35%7.25%-
HSV(B)148.42º67.86%10.98%-
XYZ0.640.930.72-
YUV21.18126.21119.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=16.36%
G=50.91%
B=32.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal928180.6800.360.89148.4251.357.25
Hex91C12440245994337
Octal113422104044131224637
Binary1001111001001010001000100100101100110010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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