Html Css Color HEX #0B471A Deep Fir

📋 copy color: '#0B471A'

red 11 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #0B471A

Tints of Deep Fir #0B471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 10.19%
G = 65.74%
B = 24.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#0B471A (or 0x0B471A) is known color: Deep Fir. HEX triplet: 0B, 47 and 1A. RGB value is (11,71,26). Sum of RGB (Red+Green+Blue) = 11+71+26=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471A is #F4B8E5. Grayscale: #303030. Windows color (decimal): -16038118 or 1722123. OLE color: 1722123.

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

Color convert

RGB 11 71 26 -
CMYK 0.85 0 0.63 0.72
HSL 135º 0.73% 0.16% -
HSV(B) 135º 0.85% 0.28% -
XYZ 2.58 4.65 1.74 -
YUV 47.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 11 71 26 0.85 0 0.63 0.72 135 0.73 0.16
Hex B 47 1A 55 0 3F 48 87 49 10
Octal 13 107 32 125 0 77 110 207 111 20
Binary 1011 1000111 11010 1010101 0 111111 1001000 10000111 1001001 10000

Color Harmonies of #0B471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B471A

Black with #0B471A

Text Example


Text Example

White with #0B471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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