#091C14

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

Shades of Dark Green #091C14

Tints of Dark Green #091C14

Color information

#091C14 (or 0x091C14) is unknown color: approx Dark Green. HEX triplet: 09, 1C and 14. RGB value is (9,28,20). Sum of RGB (Red+Green+Blue) = 9+28+20=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #091C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C14 is #F6E3EB. Grayscale: #151515. Windows color (decimal): -16180204 or 1317897. OLE color: 1317897.

HSL color Cylindrical-coordinate representation of color #091C14: hue angle of 154.74º 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 #091C14 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB92820-
CMYK0.6800.290.89
HSL154.74º51.35%7.25%-
HSV(B)154.74º67.86%10.98%-
XYZ0.650.940.81-
YUV21.41127.21119.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.79%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=15.79%
G=49.12%
B=35.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal928200.6800.290.89154.7451.357.25
Hex91C144401D599b337
Octal113424104035131233637
Binary100111100101001000100011101101100110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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