#0D451A

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

Shades of Deep Fir #0D451A

Tints of Deep Fir #0D451A

Color information

#0D451A (or 0x0D451A) is unknown color: approx Deep Fir. HEX triplet: 0D, 45 and 1A. RGB value is (13,69,26). Sum of RGB (Red+Green+Blue) = 13+69+26=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #0D451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D451A is #F2BAE5. Grayscale: #2F2F2F. Windows color (decimal): -15907558 or 1721613. OLE color: 1721613.

HSL color Cylindrical-coordinate representation of color #0D451A: hue angle of 133.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D451A is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB136926-
CMYK0.8100.620.73
HSL133.93º68.29%16.08%-
HSV(B)133.93º81.16%27.06%-
XYZ2.484.421.7-
YUV47.35115.95103.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=12.04%
G=63.89%
B=24.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369260.8100.620.73133.9368.2916.08
HexD451A5103E49864410
Octal151053212107611120610420
Binary110110001011101010100010111110100100110000110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,26); }

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

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

 a { background-color: rgb(13,69,26); }

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

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

 span { border-color: rgb(13,69,26); }

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