#092C13

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

Shades of Deep Fir #092C13

Tints of Deep Fir #092C13

Color information

#092C13 (or 0x092C13) is unknown color: approx Deep Fir. HEX triplet: 09, 2C and 13. RGB value is (9,44,19). Sum of RGB (Red+Green+Blue) = 9+44+19=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #092C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C13 is #F6D3EC. Grayscale: #1E1E1E. Windows color (decimal): -16176109 or 1256457. OLE color: 1256457.

HSL color Cylindrical-coordinate representation of color #092C13: hue angle of 137.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C13 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB94419-
CMYK0.8000.570.83
HSL137.14º66.04%10.39%-
HSV(B)137.14º79.55%17.25%-
XYZ1.131.910.92-
YUV30.68121.4112.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=12.5%
G=61.11%
B=26.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal944190.8000.570.83137.1466.0410.39
Hex92C1350039538942a
Octal11542312007112321110212
Binary1001101100100111010000011100110100111000100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,44,19); }

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

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

 a { background-color: rgb(9,44,19); }

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

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

 span { border-color: rgb(9,44,19); }

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