#092820

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

Shades of Dark Green #092820

Tints of Dark Green #092820

Color information

#092820 (or 0x092820) is unknown color: approx Dark Green. HEX triplet: 09, 28 and 20. RGB value is (9,40,32). Sum of RGB (Red+Green+Blue) = 9+40+32=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #092820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092820 is #F6D7DF. Grayscale: #1D1D1D. Windows color (decimal): -16177120 or 2107401. OLE color: 2107401.

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

Color convert

RGB94032-
CMYK0.7800.200.84
HSL164.52º63.27%9.61%-
HSV(B)164.52º77.5%15.69%-
XYZ1.131.681.63-
YUV29.82129.23113.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=11.11%
G=49.38%
B=39.51%

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
Decimal940320.7800.200.84164.5263.279.61
Hex928204E01454a53fa
Octal1150401160241242457712
Binary100110100010000010011100101001010100101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092820; }

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

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

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

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

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

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

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

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