#092C11

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

Shades of Deep Fir #092C11

Tints of Deep Fir #092C11

Color information

#092C11 (or 0x092C11) is unknown color: approx Deep Fir. HEX triplet: 09, 2C and 11. RGB value is (9,44,17). Sum of RGB (Red+Green+Blue) = 9+44+17=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #092C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C11 is #F6D3EE. Grayscale: #1E1E1E. Windows color (decimal): -16176111 or 1125385. OLE color: 1125385.

HSL color Cylindrical-coordinate representation of color #092C11: hue angle of 133.71º 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 #092C11 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB94417-
CMYK0.8000.610.83
HSL133.71º66.04%10.39%-
HSV(B)133.71º79.55%17.25%-
XYZ1.111.90.84-
YUV30.46120.4112.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 44 (17.58% from 255) = 62.86%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=12.86%
G=62.86%
B=24.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal944170.8000.610.83133.7166.0410.39
Hex92C115003D538642a
Octal11542112007512320610212
Binary1001101100100011010000011110110100111000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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