#0A2D14

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

Shades of Deep Fir #0A2D14

Tints of Deep Fir #0A2D14

Color information

#0A2D14 (or 0x0A2D14) is unknown color: approx Deep Fir. HEX triplet: 0A, 2D and 14. RGB value is (10,45,20). Sum of RGB (Red+Green+Blue) = 10+45+20=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2D14 is #F5D2EB. Grayscale: #1F1F1F. Windows color (decimal): -16110316 or 1322250. OLE color: 1322250.

HSL color Cylindrical-coordinate representation of color #0A2D14: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2D14 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB104520-
CMYK0.7800.560.82
HSL137.14º63.64%10.78%-
HSV(B)137.14º77.78%17.65%-
XYZ1.191.990.98-
YUV31.68121.4112.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.33%
GREEN value IS 45 (17.97% from 255) = 60%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=13.33%
G=60%
B=26.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1045200.7800.560.82137.1463.6410.78
HexA2D144E038528940b
Octal12552411607012221110013
Binary1010101101101001001110011100010100101000100110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,45,20); }

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

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

 a { background-color: rgb(10,45,20); }

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

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

 span { border-color: rgb(10,45,20); }

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