#092A13

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

Shades of Deep Fir #092A13

Tints of Deep Fir #092A13

Color information

#092A13 (or 0x092A13) is unknown color: approx Deep Fir. HEX triplet: 09, 2A and 13. RGB value is (9,42,19). Sum of RGB (Red+Green+Blue) = 9+42+19=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #092A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A13 is #F6D5EC. Grayscale: #1D1D1D. Windows color (decimal): -16176621 or 1255945. OLE color: 1255945.

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

Color convert

RGB94219-
CMYK0.7900.550.84
HSL138.18º64.71%10%-
HSV(B)138.18º78.57%16.47%-
XYZ1.061.760.9-
YUV29.51122.07113.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 42 (16.80% from 255) = 60%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=12.86%
G=60%
B=27.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal942190.7900.550.84138.1864.7110
Hex92A134F037548a41a
Octal11522311706712421210112
Binary1001101010100111001111011011110101001000101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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