#092F0D

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

Shades of Deep Fir #092F0D

Tints of Deep Fir #092F0D

Color information

#092F0D (or 0x092F0D) is unknown color: approx Deep Fir. HEX triplet: 09, 2F and 0D. RGB value is (9,47,13). Sum of RGB (Red+Green+Blue) = 9+47+13=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 47 (18.75% from 255 or 68.12% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 47 - color contains mainly: green. Hex color #092F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F0D is #F6D0F2. Grayscale: #1F1F1F. Windows color (decimal): -16175347 or 864009. OLE color: 864009.

HSL color Cylindrical-coordinate representation of color #092F0D: hue angle of 126.32º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F0D is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB94713-
CMYK0.8100.720.82
HSL126.32º67.86%10.98%-
HSV(B)126.32º80.85%18.43%-
XYZ1.22.120.73-
YUV31.76117.41111.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 47 (18.75% from 255) = 68.12%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=13.04%
G=68.12%
B=18.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947130.8100.720.82126.3267.8610.98
Hex92FD51048527e44b
Octal115715121011012217610413
Binary100110111111011010001010010001010010111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,13); }

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

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

 a { background-color: rgb(9,47,13); }

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

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

 span { border-color: rgb(9,47,13); }

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