#0D3F1B

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

Shades of Deep Fir #0D3F1B

Tints of Deep Fir #0D3F1B

Color information

#0D3F1B (or 0x0D3F1B) is unknown color: approx Deep Fir. HEX triplet: 0D, 3F and 1B. RGB value is (13,63,27). Sum of RGB (Red+Green+Blue) = 13+63+27=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #0D3F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3F1B is #F2C0E4. Grayscale: #2C2C2C. Windows color (decimal): -15909093 or 1785613. OLE color: 1785613.

HSL color Cylindrical-coordinate representation of color #0D3F1B: hue angle of 136.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3F1B is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB136327-
CMYK0.7900.570.75
HSL136.8º65.79%14.9%-
HSV(B)136.8º79.37%24.71%-
XYZ2.143.721.64-
YUV43.95118.44105.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=12.62%
G=61.17%
B=26.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1363270.7900.570.75136.865.7914.9
HexD3F1B4F0394B8942f
Octal15773311707111321110217
Binary1101111111110111001111011100110010111000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,63,27); }

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

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

 a { background-color: rgb(13,63,27); }

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

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

 span { border-color: rgb(13,63,27); }

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