#093A2E

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

Shades of Dark Green #093A2E

Tints of Dark Green #093A2E

Color information

#093A2E (or 0x093A2E) is unknown color: approx Dark Green. HEX triplet: 09, 3A and 2E. RGB value is (9,58,46). Sum of RGB (Red+Green+Blue) = 9+58+46=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #093A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A2E is #F6C5D1. Grayscale: #292929. Windows color (decimal): -16172498 or 3029513. OLE color: 3029513.

HSL color Cylindrical-coordinate representation of color #093A2E: hue angle of 165.31º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A2E is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB95846-
CMYK0.8400.210.77
HSL165.31º73.13%13.14%-
HSV(B)165.31º84.48%22.75%-
XYZ2.123.283.11-
YUV41.98130.27104.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=7.96%
G=51.33%
B=40.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958460.8400.210.77165.3173.1313.14
Hex93A2E540154Da549d
Octal11725612402511524511115
Binary1001111010101110101010001010110011011010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A2E; }

 p { color: rgb(9,58,46); }

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

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

 a { background-color: rgb(9,58,46); }

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

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

 span { border-color: rgb(9,58,46); }

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