#093E1A

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

Shades of Deep Fir #093E1A

Tints of Deep Fir #093E1A

Color information

#093E1A (or 0x093E1A) is unknown color: approx Deep Fir. HEX triplet: 09, 3E and 1A. RGB value is (9,62,26). Sum of RGB (Red+Green+Blue) = 9+62+26=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #093E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E1A is #F6C1E5. Grayscale: #2A2A2A. Windows color (decimal): -16171494 or 1719817. OLE color: 1719817.

HSL color Cylindrical-coordinate representation of color #093E1A: hue angle of 139.25º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E1A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB96226-
CMYK0.8500.580.76
HSL139.25º74.65%13.92%-
HSV(B)139.25º85.48%24.31%-
XYZ2.023.581.56-
YUV42.05118.94104.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=9.28%
G=63.92%
B=26.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962260.8500.580.76139.2574.6513.92
Hex93E1A5503A4C8b4be
Octal11763212507211421311316
Binary1001111110110101010101011101010011001000101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,26); }

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

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

 a { background-color: rgb(9,62,26); }

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

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

 span { border-color: rgb(9,62,26); }

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