#091A12

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

Shades of Dark Green #091A12

Tints of Dark Green #091A12

Color information

#091A12 (or 0x091A12) is unknown color: approx Dark Green. HEX triplet: 09, 1A and 12. RGB value is (9,26,18). Sum of RGB (Red+Green+Blue) = 9+26+18=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #091A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A12 is #F6E5ED. Grayscale: #141414. Windows color (decimal): -16180718 or 1186313. OLE color: 1186313.

HSL color Cylindrical-coordinate representation of color #091A12: hue angle of 151.76º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #091A12 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB92618-
CMYK0.6500.310.90
HSL151.76º48.57%6.86%-
HSV(B)151.76º65.38%10.2%-
XYZ0.590.840.7-
YUV20126.87120.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 26 (10.55% from 255) = 49.06%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=16.98%
G=49.06%
B=33.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal926180.6500.310.90151.7648.576.86
Hex91A124101F5A98317
Octal113222101037132230617
Binary100111010100101000001011111101101010011000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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