#092F0F

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

Shades of Deep Fir #092F0F

Tints of Deep Fir #092F0F

Color information

#092F0F (or 0x092F0F) is unknown color: approx Deep Fir. HEX triplet: 09, 2F and 0F. RGB value is (9,47,15). Sum of RGB (Red+Green+Blue) = 9+47+15=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #092F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F0F is #F6D0F0. Grayscale: #202020. Windows color (decimal): -16175345 or 995081. OLE color: 995081.

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

Color convert

RGB94715-
CMYK0.8100.680.82
HSL129.47º67.86%10.98%-
HSV(B)129.47º80.85%18.43%-
XYZ1.222.130.8-
YUV31.99118.41111.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 47 (18.75% from 255) = 66.20%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=12.68%
G=66.20%
B=21.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal947150.8100.680.82129.4767.8610.98
Hex92FF51044528144b
Octal115717121010412220110413
Binary1001101111111110100010100010010100101000000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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