#093029

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

Shades of Dark Green #093029

Tints of Dark Green #093029

Color information

#093029 (or 0x093029) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 29. RGB value is (9,48,41). Sum of RGB (Red+Green+Blue) = 9+48+41=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #093029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093029 is #F6CFD6. Grayscale: #232323. Windows color (decimal): -16175063 or 2699273. OLE color: 2699273.

HSL color Cylindrical-coordinate representation of color #093029: hue angle of 169.23º 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 #093029 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB94841-
CMYK0.8100.150.81
HSL169.23º68.42%11.18%-
HSV(B)169.23º81.25%18.82%-
XYZ1.572.332.47-
YUV35.54131.08109.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=9.18%
G=48.98%
B=41.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948410.8100.150.81169.2368.4211.18
Hex93029510F51a944b
Octal11605112101712125110413
Binary100111000010100110100010111110100011010100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093029; }

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

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

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

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

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

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

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

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