#092B0F

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

Shades of Deep Fir #092B0F

Tints of Deep Fir #092B0F

Color information

#092B0F (or 0x092B0F) is unknown color: approx Deep Fir. HEX triplet: 09, 2B and 0F. RGB value is (9,43,15). Sum of RGB (Red+Green+Blue) = 9+43+15=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 43 (17.19% from 255 or 64.18% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 43 - color contains mainly: green. Hex color #092B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B0F is #F6D4F0. Grayscale: #1D1D1D. Windows color (decimal): -16176369 or 994057. OLE color: 994057.

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

Color convert

RGB94315-
CMYK0.7900.650.83
HSL130.59º65.38%10.2%-
HSV(B)130.59º79.07%16.86%-
XYZ1.061.820.75-
YUV29.64119.74113.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 43 (17.19% from 255) = 64.18%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=13.43%
G=64.18%
B=22.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal943150.7900.650.83130.5965.3810.2
Hex92BF4F041538341a
Octal115317117010112320310112
Binary1001101011111110011110100000110100111000001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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