#093229

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

Shades of Dark Green #093229

Tints of Dark Green #093229

Color information

#093229 (or 0x093229) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 29. RGB value is (9,50,41). Sum of RGB (Red+Green+Blue) = 9+50+41=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #093229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093229 is #F6CDD6. Grayscale: #242424. Windows color (decimal): -16174551 or 2699785. OLE color: 2699785.

HSL color Cylindrical-coordinate representation of color #093229: hue angle of 166.83º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093229 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB95041-
CMYK0.8200.180.80
HSL166.83º69.49%11.57%-
HSV(B)166.83º82%19.61%-
XYZ1.652.52.49-
YUV36.71130.42108.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 41%
R=9%
G=50%
B=41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950410.8200.180.80166.8369.4911.57
Hex932295201250a745c
Octal11625112202212024710514
Binary1001110010101001101001001001010100001010011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093229; }

 p { color: rgb(9,50,41); }

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

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

 a { background-color: rgb(9,50,41); }

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

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

 span { border-color: rgb(9,50,41); }

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