#0B481E

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

Shades of Deep Fir #0B481E

Tints of Deep Fir #0B481E

Color information

#0B481E (or 0x0B481E) is unknown color: approx Deep Fir. HEX triplet: 0B, 48 and 1E. RGB value is (11,72,30). Sum of RGB (Red+Green+Blue) = 11+72+30=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #0B481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B481E is #F4B7E1. Grayscale: #313131. Windows color (decimal): -16037858 or 1984523. OLE color: 1984523.

HSL color Cylindrical-coordinate representation of color #0B481E: hue angle of 138.69º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B481E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB117230-
CMYK0.8500.580.72
HSL138.69º73.49%16.27%-
HSV(B)138.69º84.72%28.24%-
XYZ2.694.82.01-
YUV48.97117.29100.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 72 (28.52% from 255) = 63.72%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=9.73%
G=63.72%
B=26.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172300.8500.580.72138.6973.4916.27
HexB481E5503A488b4910
Octal131103612507211021311120
Binary101110010001111010101010111010100100010001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,30); }

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

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

 a { background-color: rgb(11,72,30); }

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

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

 span { border-color: rgb(11,72,30); }

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