Html Css Color HEX #15461D Deep Fir

📋 copy color: '#15461D'

red 21 ◦ green 70 ◦ blue 29

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

Shades of Deep Fir #15461D

Tints of Deep Fir #15461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.33%

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 17.5%
G = 58.33%
B = 24.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#15461D (or 0x15461D) is known color: Deep Fir. HEX triplet: 15, 46 and 1D. RGB value is (21,70,29). Sum of RGB (Red+Green+Blue) = 21+70+29=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #15461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15461D is #EAB9E2. Grayscale: #323232. Windows color (decimal): -15383011 or 1918485. OLE color: 1918485.

HSL color Cylindrical-coordinate representation of color #15461D: hue angle of 129.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15461D is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 29 -
CMYK 0.70 0 0.59 0.73
HSL 129.8º 0.54% 0.18% -
HSV(B) 129.8º 0.7% 0.27% -
XYZ 2.72 4.63 1.91 -
YUV 50.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 21 70 29 0.70 0 0.59 0.73 129.8 0.54 0.18
Hex 15 46 1D 46 0 3B 49 82 36 12
Octal 25 106 35 106 0 73 111 202 66 22
Binary 10101 1000110 11101 1000110 0 111011 1001001 10000010 110110 10010

Color Harmonies of #15461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15461D

Black with #15461D

Text Example


Text Example

White with #15461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15461D; }

 p { color: rgb(21,70,29); }

 H1.HeaderClassName
 {
   color: #15461D;
 }
 .AnyTagClassName
 {
   color: #15461D;
 }
</style>

background-color css

<style>
 a { background-color: #15461D; }

 a { background-color: rgb(21,70,29); }

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

border-color css

<style>
 span { border-color: #15461D; }

 span { border-color: rgb(21,70,29); }

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