#0D301A

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

Shades of Deep Fir #0D301A

Tints of Deep Fir #0D301A

Color information

#0D301A (or 0x0D301A) is unknown color: approx Deep Fir. HEX triplet: 0D, 30 and 1A. RGB value is (13,48,26). Sum of RGB (Red+Green+Blue) = 13+48+26=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301A is #F2CFE5. Grayscale: #232323. Windows color (decimal): -15912934 or 1716237. OLE color: 1716237.

HSL color Cylindrical-coordinate representation of color #0D301A: hue angle of 142.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D301A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB134826-
CMYK0.7300.460.81
HSL142.29º57.38%11.96%-
HSV(B)142.29º72.92%18.82%-
XYZ1.412.271.34-
YUV35.03122.9112.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=14.94%
G=55.17%
B=29.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348260.7300.460.81142.2957.3811.96
HexD301A4902E518e39c
Octal1560321110561212167114
Binary110111000011010100100101011101010001100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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