#0D2214

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

Shades of Deep Fir #0D2214

Tints of Deep Fir #0D2214

Color information

#0D2214 (or 0x0D2214) is unknown color: approx Deep Fir. HEX triplet: 0D, 22 and 14. RGB value is (13,34,20). Sum of RGB (Red+Green+Blue) = 13+34+20=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2214 is #F2DDEB. Grayscale: #1A1A1A. Windows color (decimal): -15916524 or 1319437. OLE color: 1319437.

HSL color Cylindrical-coordinate representation of color #0D2214: hue angle of 140º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2214 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB133420-
CMYK0.6200.410.87
HSL140º44.68%9.22%-
HSV(B)140º61.76%13.33%-
XYZ0.861.280.86-
YUV26.12124.54118.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 34 (13.67% from 255) = 50.75%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=19.40%
G=50.75%
B=29.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1334200.6200.410.8714044.689.22
HexD22143E029578c2d9
Octal154224760511272145511
Binary11011000101010011111001010011010111100011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,20); }

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

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

 a { background-color: rgb(13,34,20); }

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

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

 span { border-color: rgb(13,34,20); }

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