Html Css Color HEX #0F471A Deep Fir

📋 copy color: '#0F471A'

red 15 ◦ green 71 ◦ blue 26

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

Shades of Deep Fir #0F471A

Tints of Deep Fir #0F471A

RGB

 RED value IS 15 (6.25% from 255) = 13.39%

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

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

R = 13.39%
G = 63.39%
B = 23.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#0F471A (or 0x0F471A) is known color: Deep Fir. HEX triplet: 0F, 47 and 1A. RGB value is (15,71,26). Sum of RGB (Red+Green+Blue) = 15+71+26=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #0F471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F471A is #F0B8E5. Grayscale: #313131. Windows color (decimal): -15775974 or 1722127. OLE color: 1722127.

HSL color Cylindrical-coordinate representation of color #0F471A: hue angle of 131.79º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F471A is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 71 26 -
CMYK 0.79 0 0.63 0.72
HSL 131.79º 0.65% 0.17% -
HSV(B) 131.79º 0.79% 0.28% -
XYZ 2.64 4.68 1.74 -
YUV 49.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 15 71 26 0.79 0 0.63 0.72 131.79 0.65 0.17
Hex F 47 1A 4F 0 3F 48 84 41 11
Octal 17 107 32 117 0 77 110 204 101 21
Binary 1111 1000111 11010 1001111 0 111111 1001000 10000100 1000001 10001

Color Harmonies of #0F471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F471A

Black with #0F471A

Text Example


Text Example

White with #0F471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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