#0B2D17

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

Shades of Deep Fir #0B2D17

Tints of Deep Fir #0B2D17

Color information

#0B2D17 (or 0x0B2D17) is unknown color: approx Deep Fir. HEX triplet: 0B, 2D and 17. RGB value is (11,45,23). Sum of RGB (Red+Green+Blue) = 11+45+23=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #0B2D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2D17 is #F4D2E8. Grayscale: #202020. Windows color (decimal): -16044777 or 1518859. OLE color: 1518859.

HSL color Cylindrical-coordinate representation of color #0B2D17: hue angle of 141.18º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B2D17 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB114523-
CMYK0.7600.490.82
HSL141.18º60.71%10.98%-
HSV(B)141.18º75.56%17.65%-
XYZ1.232.011.13-
YUV32.33122.74112.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 45 (17.97% from 255) = 56.96%
BLUE value IS 23 (9.38% from 255) = 29.11%
R=13.92%
G=56.96%
B=29.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1145230.7600.490.82141.1860.7110.98
HexB2D174C031528d3db
Octal1355271140611222157513
Binary101110110110111100110001100011010010100011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,45,23); }

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

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

 a { background-color: rgb(11,45,23); }

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

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

 span { border-color: rgb(11,45,23); }

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