#0A2411

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

Shades of Deep Fir #0A2411

Tints of Deep Fir #0A2411

Color information

#0A2411 (or 0x0A2411) is unknown color: approx Deep Fir. HEX triplet: 0A, 24 and 11. RGB value is (10,36,17). Sum of RGB (Red+Green+Blue) = 10+36+17=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2411 is #F5DBEE. Grayscale: #1A1A1A. Windows color (decimal): -16112623 or 1123338. OLE color: 1123338.

HSL color Cylindrical-coordinate representation of color #0A2411: hue angle of 136.15º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2411 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB103617-
CMYK0.7200.530.86
HSL136.15º56.52%9.02%-
HSV(B)136.15º72.22%14.12%-
XYZ0.861.370.75-
YUV26.06122.89116.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 36 (14.45% from 255) = 57.14%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=15.87%
G=57.14%
B=26.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036170.7200.530.86136.1556.529.02
HexA2411480355688399
Octal1244211100651262107111
Binary101010010010001100100001101011010110100010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2411; }

 p { color: rgb(10,36,17); }

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

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

 a { background-color: rgb(10,36,17); }

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

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

 span { border-color: rgb(10,36,17); }

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