#092B15

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

Shades of Deep Fir #092B15

Tints of Deep Fir #092B15

Color information

#092B15 (or 0x092B15) is unknown color: approx Deep Fir. HEX triplet: 09, 2B and 15. RGB value is (9,43,21). Sum of RGB (Red+Green+Blue) = 9+43+21=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 43 (17.19% from 255 or 58.90% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 43 - color contains mainly: green. Hex color #092B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B15 is #F6D4EA. Grayscale: #1E1E1E. Windows color (decimal): -16176363 or 1387273. OLE color: 1387273.

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

Color convert

RGB94321-
CMYK0.7900.510.83
HSL141.18º65.38%10.2%-
HSV(B)141.18º79.07%16.86%-
XYZ1.111.841.01-
YUV30.33122.74112.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 43 (17.19% from 255) = 58.90%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=12.33%
G=58.90%
B=28.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal943210.7900.510.83141.1865.3810.2
Hex92B154F033538d41a
Octal11532511706312321510112
Binary1001101011101011001111011001110100111000110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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