#092F12

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

Shades of Deep Fir #092F12

Tints of Deep Fir #092F12

Color information

#092F12 (or 0x092F12) is unknown color: approx Deep Fir. HEX triplet: 09, 2F and 12. RGB value is (9,47,18). Sum of RGB (Red+Green+Blue) = 9+47+18=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #092F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F12 is #F6D0ED. Grayscale: #202020. Windows color (decimal): -16175342 or 1191689. OLE color: 1191689.

HSL color Cylindrical-coordinate representation of color #092F12: hue angle of 134.21º 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 #092F12 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB94718-
CMYK0.8100.620.82
HSL134.21º67.86%10.98%-
HSV(B)134.21º80.85%18.43%-
XYZ1.242.130.92-
YUV32.33119.91111.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=12.16%
G=63.51%
B=24.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947180.8100.620.82134.2167.8610.98
Hex92F125103E528644b
Octal11572212107612220610413
Binary1001101111100101010001011111010100101000011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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