#091D14

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

Shades of Dark Green #091D14

Tints of Dark Green #091D14

Color information

#091D14 (or 0x091D14) is unknown color: approx Dark Green. HEX triplet: 09, 1D and 14. RGB value is (9,29,20). Sum of RGB (Red+Green+Blue) = 9+29+20=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #091D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D14 is #F6E2EB. Grayscale: #161616. Windows color (decimal): -16179948 or 1318153. OLE color: 1318153.

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

Color convert

RGB92920-
CMYK0.6900.310.89
HSL153º52.63%7.45%-
HSV(B)153º68.97%11.37%-
XYZ0.680.990.82-
YUV21.99126.87118.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 29 (11.72% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=15.52%
G=50%
B=34.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal929200.6900.310.8915352.637.45
Hex91D144501F5999357
Octal113524105037131231657
Binary100111101101001000101011111101100110011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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