#09120D

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

Shades of Dark Green #09120D

Tints of Dark Green #09120D

Color information

#09120D (or 0x09120D) is unknown color: approx Dark Green. HEX triplet: 09, 12 and 0D. RGB value is (9,18,13). Sum of RGB (Red+Green+Blue) = 9+18+13=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #09120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120D is #F6EDF2. Grayscale: #0E0E0E. Windows color (decimal): -16182771 or 856585. OLE color: 856585.

HSL color Cylindrical-coordinate representation of color #09120D: hue angle of 146.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09120D is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB91813-
CMYK0.500.280.93
HSL146.67º33.33%5.29%-
HSV(B)146.67º50%7.06%-
XYZ0.40.520.46-
YUV14.74127.02123.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 22.5%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=22.5%
G=45%
B=32.5%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal918130.500.280.93146.6733.335.29
Hex912D3201C5D93215
Octal11221562034135223415
Binary1001100101101110010011100101110110010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09120D; }

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

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

<style>
 a { background-color: #09120D; }

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

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

<style>
 span { border-color: #09120D; }

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

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