#092B20

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

Shades of Dark Green #092B20

Tints of Dark Green #092B20

Color information

#092B20 (or 0x092B20) is unknown color: approx Dark Green. HEX triplet: 09, 2B and 20. RGB value is (9,43,32). Sum of RGB (Red+Green+Blue) = 9+43+32=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #092B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B20 is #F6D4DF. Grayscale: #1F1F1F. Windows color (decimal): -16176352 or 2108169. OLE color: 2108169.

HSL color Cylindrical-coordinate representation of color #092B20: hue angle of 160.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B20 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB94332-
CMYK0.7900.260.83
HSL160.59º65.38%10.2%-
HSV(B)160.59º79.07%16.86%-
XYZ1.241.891.67-
YUV31.58128.24111.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 43 (17.19% from 255) = 51.19%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=10.71%
G=51.19%
B=38.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal943320.7900.260.83160.5965.3810.2
Hex92B204F01A53a141a
Octal11534011703212324110112
Binary1001101011100000100111101101010100111010000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092B20; }

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

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

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

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

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

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

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

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