#092E14

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

Shades of Deep Fir #092E14

Tints of Deep Fir #092E14

Color information

#092E14 (or 0x092E14) is unknown color: approx Deep Fir. HEX triplet: 09, 2E and 14. RGB value is (9,46,20). Sum of RGB (Red+Green+Blue) = 9+46+20=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #092E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E14 is #F6D1EB. Grayscale: #202020. Windows color (decimal): -16175596 or 1322505. OLE color: 1322505.

HSL color Cylindrical-coordinate representation of color #092E14: hue angle of 137.84º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E14 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB94620-
CMYK0.8000.570.82
HSL137.84º67.27%10.78%-
HSV(B)137.84º80.43%18.04%-
XYZ1.222.061-
YUV31.97121.24111.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 46 (18.36% from 255) = 61.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=12%
G=61.33%
B=26.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal946200.8000.570.82137.8467.2710.78
Hex92E1450039528a43b
Octal11562412007112221210313
Binary1001101110101001010000011100110100101000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E14; }

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

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

<style>
 a { background-color: #092E14; }

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

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

<style>
 span { border-color: #092E14; }

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

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