#092720

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

Shades of Dark Green #092720

Tints of Dark Green #092720

Color information

#092720 (or 0x092720) is unknown color: approx Dark Green. HEX triplet: 09, 27 and 20. RGB value is (9,39,32). Sum of RGB (Red+Green+Blue) = 9+39+32=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #092720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092720 is #F6D8DF. Grayscale: #1D1D1D. Windows color (decimal): -16177376 or 2107145. OLE color: 2107145.

HSL color Cylindrical-coordinate representation of color #092720: hue angle of 166º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092720 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB93932-
CMYK0.7700.180.85
HSL166º62.5%9.41%-
HSV(B)166º76.92%15.29%-
XYZ1.11.611.62-
YUV29.23129.56113.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.25%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 32 (12.89% from 255) = 40%
R=11.25%
G=48.75%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939320.7700.180.8516662.59.41
Hex927204D01255a63e9
Octal1147401150221252467611
Binary100110011110000010011010100101010101101001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092720; }

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

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

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

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

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

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

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

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