#093B2D

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

Shades of Dark Green #093B2D

Tints of Dark Green #093B2D

Color information

#093B2D (or 0x093B2D) is unknown color: approx Dark Green. HEX triplet: 09, 3B and 2D. RGB value is (9,59,45). Sum of RGB (Red+Green+Blue) = 9+59+45=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #093B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B2D is #F6C4D2. Grayscale: #2A2A2A. Windows color (decimal): -16172243 or 2964233. OLE color: 2964233.

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

Color convert

RGB95945-
CMYK0.8500.240.77
HSL163.2º73.53%13.33%-
HSV(B)163.2º84.75%23.14%-
XYZ2.153.383.02-
YUV42.45129.44104.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=7.96%
G=52.21%
B=39.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959450.8500.240.77163.273.5313.33
Hex93B2D550184Da34ad
Octal11735512503011524311215
Binary1001111011101101101010101100010011011010001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,59,45); }

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

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

 a { background-color: rgb(9,59,45); }

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

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

 span { border-color: rgb(9,59,45); }

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