#0D2F1B

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

Shades of Deep Fir #0D2F1B

Tints of Deep Fir #0D2F1B

Color information

#0D2F1B (or 0x0D2F1B) is unknown color: approx Deep Fir. HEX triplet: 0D, 2F and 1B. RGB value is (13,47,27). Sum of RGB (Red+Green+Blue) = 13+47+27=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F1B is #F2D0E4. Grayscale: #222222. Windows color (decimal): -15913189 or 1781517. OLE color: 1781517.

HSL color Cylindrical-coordinate representation of color #0D2F1B: hue angle of 144.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2F1B is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB134727-
CMYK0.7200.430.82
HSL144.71º56.67%11.76%-
HSV(B)144.71º72.34%18.43%-
XYZ1.382.21.39-
YUV34.55123.74112.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 47 (18.75% from 255) = 54.02%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=14.94%
G=54.02%
B=31.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347270.7200.430.82144.7156.6711.76
HexD2F1B4802B529139c
Octal1557331100531222217114
Binary110110111111011100100001010111010010100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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