#0D2F1A

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

Shades of Deep Fir #0D2F1A

Tints of Deep Fir #0D2F1A

Color information

#0D2F1A (or 0x0D2F1A) is unknown color: approx Deep Fir. HEX triplet: 0D, 2F and 1A. RGB value is (13,47,26). Sum of RGB (Red+Green+Blue) = 13+47+26=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 47 (18.75% from 255 or 54.65% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F1A is #F2D0E5. Grayscale: #222222. Windows color (decimal): -15913190 or 1715981. OLE color: 1715981.

HSL color Cylindrical-coordinate representation of color #0D2F1A: hue angle of 142.94º 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 #0D2F1A is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB134726-
CMYK0.7200.450.82
HSL142.94º56.67%11.76%-
HSV(B)142.94º72.34%18.43%-
XYZ1.372.191.33-
YUV34.44123.24112.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 47 (18.75% from 255) = 54.65%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=15.12%
G=54.65%
B=30.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347260.7200.450.82142.9456.6711.76
HexD2F1A4802D528f39c
Octal1557321100551222177114
Binary110110111111010100100001011011010010100011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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