#092F20

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

Shades of Dark Green #092F20

Tints of Dark Green #092F20

Color information

#092F20 (or 0x092F20) is unknown color: approx Dark Green. HEX triplet: 09, 2F and 20. RGB value is (9,47,32). Sum of RGB (Red+Green+Blue) = 9+47+32=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #092F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F20 is #F6D0DF. Grayscale: #212121. Windows color (decimal): -16175328 or 2109193. OLE color: 2109193.

HSL color Cylindrical-coordinate representation of color #092F20: hue angle of 156.32º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F20 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB94732-
CMYK0.8100.320.82
HSL156.32º67.86%10.98%-
HSV(B)156.32º80.85%18.43%-
XYZ1.392.21.72-
YUV33.93126.91110.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 47 (18.75% from 255) = 53.41%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=10.23%
G=53.41%
B=36.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947320.8100.320.82156.3267.8610.98
Hex92F2051020529c44b
Octal11574012104012223410413
Binary10011011111000001010001010000010100101001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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