#093129

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

Shades of Dark Green #093129

Tints of Dark Green #093129

Color information

#093129 (or 0x093129) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 29. RGB value is (9,49,41). Sum of RGB (Red+Green+Blue) = 9+49+41=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #093129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093129 is #F6CED6. Grayscale: #242424. Windows color (decimal): -16174807 or 2699529. OLE color: 2699529.

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

Color convert

RGB94941-
CMYK0.8200.160.81
HSL168º68.97%11.37%-
HSV(B)168º81.63%19.22%-
XYZ1.612.412.48-
YUV36.13130.75108.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=9.09%
G=49.49%
B=41.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949410.8200.160.8116868.9711.37
Hex931295201051a845b
Octal11615112202012125010513
Binary1001110001101001101001001000010100011010100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093129; }

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

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

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

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

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

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

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

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