#092120

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

Shades of Dark Green #092120

Tints of Dark Green #092120

Color information

#092120 (or 0x092120) is unknown color: approx Dark Green. HEX triplet: 09, 21 and 20. RGB value is (9,33,32). Sum of RGB (Red+Green+Blue) = 9+33+32=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #092120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092120 is #F6DEDF. Grayscale: #191919. Windows color (decimal): -16178912 or 2105609. OLE color: 2105609.

HSL color Cylindrical-coordinate representation of color #092120: hue angle of 177.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #092120 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB93332-
CMYK0.7300.030.87
HSL177.5º57.14%8.24%-
HSV(B)177.5º72.73%12.94%-
XYZ0.921.251.56-
YUV25.71131.55116.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=12.16%
G=44.59%
B=43.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal933320.7300.030.87177.557.148.24
Hex92120490357b2398
Octal114140111031272627110
Binary100110000110000010010010111010111101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092120; }

 p { color: rgb(9,33,32); }

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

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

 a { background-color: rgb(9,33,32); }

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

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

 span { border-color: rgb(9,33,32); }

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