#093A1D

Color #093A1D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #093A1D

Tints of Deep Fir #093A1D

Color information

#093A1D (or 0x093A1D) is unknown color: approx Deep Fir. HEX triplet: 09, 3A and 1D. RGB value is (9,58,29). Sum of RGB (Red+Green+Blue) = 9+58+29=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1D is #F6C5E2. Grayscale: #282828. Windows color (decimal): -16172515 or 1915401. OLE color: 1915401.

HSL color Cylindrical-coordinate representation of color #093A1D: hue angle of 144.49º 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 #093A1D is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB95829-
CMYK0.8400.50.77
HSL144.49º73.13%13.14%-
HSV(B)144.49º84.48%22.75%-
XYZ1.853.171.68-
YUV40.04121.77105.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=9.38%
G=60.42%
B=30.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958290.8400.50.77144.4973.1313.14
Hex93A1D540324D9049d
Octal11723512406211522011115
Binary1001111010111011010100011001010011011001000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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