Html Css Color HEX #0B481E Deep Fir

📋 copy color: '#0B481E'

red 11 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #0B481E

Tints of Deep Fir #0B481E

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 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

#0B481E (or 0x0B481E) is known color: 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

RGB 11 72 30 -
CMYK 0.85 0 0.58 0.72
HSL 138.69º 0.73% 0.16% -
HSV(B) 138.69º 0.85% 0.28% -
XYZ 2.69 4.8 2.01 -
YUV 48.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 11 72 30 0.85 0 0.58 0.72 138.69 0.73 0.16
Hex B 48 1E 55 0 3A 48 8B 49 10
Octal 13 110 36 125 0 72 110 213 111 20
Binary 1011 1001000 11110 1010101 0 111010 1001000 10001011 1001001 10000

Color Harmonies of #0B481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B481E

Black with #0B481E

Text Example


Text Example

White with #0B481E

Text Example


Text Example

HTML Codes & Css Web 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>