Html Css Color HEX #0F471C Deep Fir

📋 copy color: '#0F471C'

red 15 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #0F471C

Tints of Deep Fir #0F471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 13.16%
G = 62.28%
B = 24.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#0F471C (or 0x0F471C) is known color: Deep Fir. HEX triplet: 0F, 47 and 1C. RGB value is (15,71,28). Sum of RGB (Red+Green+Blue) = 15+71+28=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #0F471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F471C is #F0B8E3. Grayscale: #313131. Windows color (decimal): -15775972 or 1853199. OLE color: 1853199.

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

Color convert

RGB 15 71 28 -
CMYK 0.79 0 0.61 0.72
HSL 133.93º 0.65% 0.17% -
HSV(B) 133.93º 0.79% 0.28% -
XYZ 2.66 4.69 1.86 -
YUV 49.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 15 71 28 0.79 0 0.61 0.72 133.93 0.65 0.17
Hex F 47 1C 4F 0 3D 48 86 41 11
Octal 17 107 34 117 0 75 110 206 101 21
Binary 1111 1000111 11100 1001111 0 111101 1001000 10000110 1000001 10001

Color Harmonies of #0F471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F471C

Black with #0F471C

Text Example


Text Example

White with #0F471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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