Html Css Color HEX #0B471E Deep Fir

📋 copy color: '#0B471E'

red 11 ◦ green 71 ◦ blue 30

#0B471E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0B471E

Tints of Deep Fir #0B471E

RGB

 RED value IS 11 (4.69% from 255) = 9.82%

 GREEN value IS 71 (28.13% from 255) = 63.39%

 BLUE value IS 30 (12.11% from 255) = 26.79%

R = 9.82%
G = 63.39%
B = 26.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#0B471E (or 0x0B471E) is known color: Deep Fir. HEX triplet: 0B, 47 and 1E. RGB value is (11,71,30). Sum of RGB (Red+Green+Blue) = 11+71+30=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471E is #F4B8E1. Grayscale: #303030. Windows color (decimal): -16038114 or 1984267. OLE color: 1984267.

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

Color convert

RGB 11 71 30 -
CMYK 0.85 0 0.58 0.72
HSL 139º 0.73% 0.16% -
HSV(B) 139º 0.85% 0.28% -
XYZ 2.63 4.67 1.99 -
YUV 48.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 11 71 30 0.85 0 0.58 0.72 139 0.73 0.16
Hex B 47 1E 55 0 3A 48 8B 49 10
Octal 13 107 36 125 0 72 110 213 111 20
Binary 1011 1000111 11110 1010101 0 111010 1001000 10001011 1001001 10000

Color Harmonies of #0B471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B471E

Black with #0B471E

Text Example


Text Example

White with #0B471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B471E;
 }
 .AnyTagClassName
 {
   color: #0B471E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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