#093022

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

Shades of Dark Green #093022

Tints of Dark Green #093022

Color information

#093022 (or 0x093022) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 22. RGB value is (9,48,34). Sum of RGB (Red+Green+Blue) = 9+48+34=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #093022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093022 is #F6CFDD. Grayscale: #222222. Windows color (decimal): -16175070 or 2240521. OLE color: 2240521.

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

Color convert

RGB94834-
CMYK0.8100.290.81
HSL158.46º68.42%11.18%-
HSV(B)158.46º81.25%18.82%-
XYZ1.462.291.88-
YUV34.74127.58109.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=9.89%
G=52.75%
B=37.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948340.8100.290.81158.4668.4211.18
Hex930225101D519e44b
Octal11604212103512123610413
Binary1001110000100010101000101110110100011001111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093022; }

 p { color: rgb(9,48,34); }

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

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

 a { background-color: rgb(9,48,34); }

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

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

 span { border-color: rgb(9,48,34); }

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