#092B12

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

Shades of Deep Fir #092B12

Tints of Deep Fir #092B12

Color information

#092B12 (or 0x092B12) is unknown color: approx Deep Fir. HEX triplet: 09, 2B and 12. RGB value is (9,43,18). Sum of RGB (Red+Green+Blue) = 9+43+18=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #092B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B12 is #F6D4ED. Grayscale: #1E1E1E. Windows color (decimal): -16176366 or 1190665. OLE color: 1190665.

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

Color convert

RGB94318-
CMYK0.7900.580.83
HSL135.88º65.38%10.2%-
HSV(B)135.88º79.07%16.86%-
XYZ1.091.830.87-
YUV29.98121.24113.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 43 (17.19% from 255) = 61.43%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=12.86%
G=61.43%
B=25.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal943180.7900.580.83135.8865.3810.2
Hex92B124F03A538841a
Octal11532211707212321010112
Binary1001101011100101001111011101010100111000100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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