#092A15

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

Shades of Deep Fir #092A15

Tints of Deep Fir #092A15

Color information

#092A15 (or 0x092A15) is unknown color: approx Deep Fir. HEX triplet: 09, 2A and 15. RGB value is (9,42,21). Sum of RGB (Red+Green+Blue) = 9+42+21=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 42 (16.80% from 255 or 58.33% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 42 - color contains mainly: green. Hex color #092A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A15 is #F6D5EA. Grayscale: #1D1D1D. Windows color (decimal): -16176619 or 1387017. OLE color: 1387017.

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

Color convert

RGB94221-
CMYK0.7900.500.84
HSL141.82º64.71%10%-
HSV(B)141.82º78.57%16.47%-
XYZ1.081.770.99-
YUV29.74123.07113.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 42 (16.80% from 255) = 58.33%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=12.5%
G=58.33%
B=29.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal942210.7900.500.84141.8264.7110
Hex92A154F032548e41a
Octal11522511706212421610112
Binary1001101010101011001111011001010101001000111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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