#0D3E1B

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

Shades of Deep Fir #0D3E1B

Tints of Deep Fir #0D3E1B

Color information

#0D3E1B (or 0x0D3E1B) is unknown color: approx Deep Fir. HEX triplet: 0D, 3E and 1B. RGB value is (13,62,27). Sum of RGB (Red+Green+Blue) = 13+62+27=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 62 (24.61% from 255 or 60.78% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E1B is #F2C1E4. Grayscale: #2B2B2B. Windows color (decimal): -15909349 or 1785357. OLE color: 1785357.

HSL color Cylindrical-coordinate representation of color #0D3E1B: hue angle of 137.14º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E1B is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB136227-
CMYK0.7900.560.76
HSL137.14º65.33%14.71%-
HSV(B)137.14º79.03%24.31%-
XYZ2.093.611.62-
YUV43.36118.77106.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.75%
GREEN value IS 62 (24.61% from 255) = 60.78%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=12.75%
G=60.78%
B=26.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1362270.7900.560.76137.1465.3314.71
HexD3E1B4F0384C8941f
Octal15763311707011421110117
Binary1101111110110111001111011100010011001000100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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