#093429

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

Shades of Dark Green #093429

Tints of Dark Green #093429

Color information

#093429 (or 0x093429) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 29. RGB value is (9,52,41). Sum of RGB (Red+Green+Blue) = 9+52+41=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #093429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093429 is #F6CBD6. Grayscale: #252525. Windows color (decimal): -16174039 or 2700297. OLE color: 2700297.

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

Color convert

RGB95241-
CMYK0.8300.210.80
HSL164.65º70.49%11.96%-
HSV(B)164.65º82.69%20.39%-
XYZ1.742.672.52-
YUV37.89129.75107.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=8.82%
G=50.98%
B=40.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952410.8300.210.80164.6570.4911.96
Hex934295301550a546c
Octal11645112302512024510614
Binary1001110100101001101001101010110100001010010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093429; }

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

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

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

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

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

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

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

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