Html Css Color HEX #15471E Deep Fir

📋 copy color: '#15471E'

red 21 ◦ green 71 ◦ blue 30

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

Shades of Deep Fir #15471E

Tints of Deep Fir #15471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 17.21%
G = 58.2%
B = 24.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#15471E (or 0x15471E) is known color: Deep Fir. HEX triplet: 15, 47 and 1E. RGB value is (21,71,30). Sum of RGB (Red+Green+Blue) = 21+71+30=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #15471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15471E is #EAB8E1. Grayscale: #333333. Windows color (decimal): -15382754 or 1984277. OLE color: 1984277.

HSL color Cylindrical-coordinate representation of color #15471E: hue angle of 130.8º 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 #15471E is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 30 -
CMYK 0.70 0 0.58 0.72
HSL 130.8º 0.54% 0.18% -
HSV(B) 130.8º 0.7% 0.28% -
XYZ 2.8 4.76 2 -
YUV 51.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 21 71 30 0.70 0 0.58 0.72 130.8 0.54 0.18
Hex 15 47 1E 46 0 3A 48 83 36 12
Octal 25 107 36 106 0 72 110 203 66 22
Binary 10101 1000111 11110 1000110 0 111010 1001000 10000011 110110 10010

Color Harmonies of #15471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15471E

Black with #15471E

Text Example


Text Example

White with #15471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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