#092910

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

Shades of Deep Fir #092910

Tints of Deep Fir #092910

Color information

#092910 (or 0x092910) is unknown color: approx Deep Fir. HEX triplet: 09, 29 and 10. RGB value is (9,41,16). Sum of RGB (Red+Green+Blue) = 9+41+16=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #092910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092910 is #F6D6EF. Grayscale: #1C1C1C. Windows color (decimal): -16176880 or 1059081. OLE color: 1059081.

HSL color Cylindrical-coordinate representation of color #092910: hue angle of 133.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092910 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB94116-
CMYK0.7800.610.84
HSL133.12º64%9.8%-
HSV(B)133.12º78.05%16.08%-
XYZ11.680.76-
YUV28.58120.9114.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 41 (16.41% from 255) = 62.12%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=13.64%
G=62.12%
B=24.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal941160.7800.610.84133.12649.8
Hex929104E03D548540a
Octal11512011607512420510012
Binary1001101001100001001110011110110101001000010110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092910; }

 p { color: rgb(9,41,16); }

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

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

 a { background-color: rgb(9,41,16); }

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

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

 span { border-color: rgb(9,41,16); }

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