#092A20

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

Shades of Dark Green #092A20

Tints of Dark Green #092A20

Color information

#092A20 (or 0x092A20) is unknown color: approx Dark Green. HEX triplet: 09, 2A and 20. RGB value is (9,42,32). Sum of RGB (Red+Green+Blue) = 9+42+32=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #092A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A20 is #F6D5DF. Grayscale: #1E1E1E. Windows color (decimal): -16176608 or 2107913. OLE color: 2107913.

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

Color convert

RGB94232-
CMYK0.7900.240.84
HSL161.82º64.71%10%-
HSV(B)161.82º78.57%16.47%-
XYZ1.21.821.65-
YUV30.99128.57112.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 42 (16.80% from 255) = 50.60%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=10.84%
G=50.60%
B=38.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal942320.7900.240.84161.8264.7110
Hex92A204F01854a241a
Octal11524011703012424210112
Binary1001101010100000100111101100010101001010001010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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