Html Css Color HEX #15471F Deep Fir

📋 copy color: '#15471F'

red 21 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #15471F

Tints of Deep Fir #15471F

RGB

 RED value IS 21 (8.59% from 255) = 17.07%

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

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 17.07%
G = 57.72%
B = 25.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#15471F (or 0x15471F) is known color: Deep Fir. HEX triplet: 15, 47 and 1F. RGB value is (21,71,31). Sum of RGB (Red+Green+Blue) = 21+71+31=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #15471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15471F is #EAB8E0. Grayscale: #333333. Windows color (decimal): -15382753 or 2049813. OLE color: 2049813.

HSL color Cylindrical-coordinate representation of color #15471F: hue angle of 132º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15471F is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 31 -
CMYK 0.70 0 0.56 0.72
HSL 132º 0.54% 0.18% -
HSV(B) 132º 0.7% 0.28% -
XYZ 2.81 4.76 2.07 -
YUV 51.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 21 71 31 0.70 0 0.56 0.72 132 0.54 0.18
Hex 15 47 1F 46 0 38 48 84 36 12
Octal 25 107 37 106 0 70 110 204 66 22
Binary 10101 1000111 11111 1000110 0 111000 1001000 10000100 110110 10010

Color Harmonies of #15471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15471F

Black with #15471F

Text Example


Text Example

White with #15471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15471F; }

 p { color: rgb(21,71,31); }

 H1.HeaderClassName
 {
   color: #15471F;
 }
 .AnyTagClassName
 {
   color: #15471F;
 }
</style>

background-color css

<style>
 a { background-color: #15471F; }

 a { background-color: rgb(21,71,31); }

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

border-color css

<style>
 span { border-color: #15471F; }

 span { border-color: rgb(21,71,31); }

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