#0D4F1B

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

Shades of Deep Fir #0D4F1B

Tints of Deep Fir #0D4F1B

Color information

#0D4F1B (or 0x0D4F1B) is unknown color: approx Deep Fir. HEX triplet: 0D, 4F and 1B. RGB value is (13,79,27). Sum of RGB (Red+Green+Blue) = 13+79+27=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 79 (31.25% from 255 or 66.39% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F1B is #F2B0E4. Grayscale: #353535. Windows color (decimal): -15904997 or 1789709. OLE color: 1789709.

HSL color Cylindrical-coordinate representation of color #0D4F1B: hue angle of 132.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4F1B is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB137927-
CMYK0.8400.660.69
HSL132.73º71.74%18.04%-
HSV(B)132.73º83.54%30.98%-
XYZ3.165.761.98-
YUV53.34113.1399.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.92%
GREEN value IS 79 (31.25% from 255) = 66.39%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=10.92%
G=66.39%
B=22.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1379270.8400.660.69132.7371.7418.04
HexD4F1B5404245854812
Octal1511733124010210520511022
Binary1101100111111011101010001000010100010110000101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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