#091F12

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

Shades of Dark Green #091F12

Tints of Dark Green #091F12

Color information

#091F12 (or 0x091F12) is unknown color: approx Dark Green. HEX triplet: 09, 1F and 12. RGB value is (9,31,18). Sum of RGB (Red+Green+Blue) = 9+31+18=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #091F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F12 is #F6E0ED. Grayscale: #161616. Windows color (decimal): -16179438 or 1187593. OLE color: 1187593.

HSL color Cylindrical-coordinate representation of color #091F12: hue angle of 144.55º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F12 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB93118-
CMYK0.7100.420.88
HSL144.55º55%7.84%-
HSV(B)144.55º70.97%12.16%-
XYZ0.711.080.74-
YUV22.94125.21118.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 31 (12.5% from 255) = 53.45%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=15.52%
G=53.45%
B=31.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal931180.7100.420.88144.55557.84
Hex91F124702A5891378
Octal1137221070521302216710
Binary10011111110010100011101010101011000100100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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