#093E12

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

Shades of Deep Fir #093E12

Tints of Deep Fir #093E12

Color information

#093E12 (or 0x093E12) is unknown color: approx Deep Fir. HEX triplet: 09, 3E and 12. RGB value is (9,62,18). Sum of RGB (Red+Green+Blue) = 9+62+18=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #093E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E12 is #F6C1ED. Grayscale: #292929. Windows color (decimal): -16171502 or 1195529. OLE color: 1195529.

HSL color Cylindrical-coordinate representation of color #093E12: hue angle of 130.19º 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 #093E12 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB96218-
CMYK0.8500.710.76
HSL130.19º74.65%13.92%-
HSV(B)130.19º85.48%24.31%-
XYZ1.943.551.15-
YUV41.14114.94105.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 62 (24.61% from 255) = 69.66%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=10.11%
G=69.66%
B=20.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962180.8500.710.76130.1974.6513.92
Hex93E12550474C824be
Octal117622125010711420211316
Binary10011111101001010101010100011110011001000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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