#092921

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

Shades of Dark Green #092921

Tints of Dark Green #092921

Color information

#092921 (or 0x092921) is unknown color: approx Dark Green. HEX triplet: 09, 29 and 21. RGB value is (9,41,33). Sum of RGB (Red+Green+Blue) = 9+41+33=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #092921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092921 is #F6D6DE. Grayscale: #1E1E1E. Windows color (decimal): -16176863 or 2173193. OLE color: 2173193.

HSL color Cylindrical-coordinate representation of color #092921: hue angle of 165º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092921 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB94133-
CMYK0.7800.200.84
HSL165º64%9.8%-
HSV(B)165º78.05%16.08%-
XYZ1.181.751.72-
YUV30.52129.4112.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=10.84%
G=49.40%
B=39.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal941330.7800.200.84165649.8
Hex929214E01454a540a
Octal11514111602412424510012
Binary1001101001100001100111001010010101001010010110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092921; }

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

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

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

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

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

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

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

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