#092312

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

Shades of Dark Green #092312

Tints of Dark Green #092312

Color information

#092312 (or 0x092312) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 12. RGB value is (9,35,18). Sum of RGB (Red+Green+Blue) = 9+35+18=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #092312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092312 is #F6DCED. Grayscale: #191919. Windows color (decimal): -16178414 or 1188617. OLE color: 1188617.

HSL color Cylindrical-coordinate representation of color #092312: hue angle of 140.77º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092312 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB93518-
CMYK0.7400.490.86
HSL140.77º59.09%8.63%-
HSV(B)140.77º74.29%13.73%-
XYZ0.821.30.78-
YUV25.29123.89116.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=14.52%
G=56.45%
B=29.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935180.7400.490.86140.7759.098.63
Hex923124A031568d3b9
Octal1143221120611262157311
Binary100110001110010100101001100011010110100011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092312; }

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

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

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

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

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

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

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

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