Html Css Color HEX #15461E Deep Fir

📋 copy color: '#15461E'

red 21 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #15461E

Tints of Deep Fir #15461E

RGB

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

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

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

R = 17.36%
G = 57.85%
B = 24.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#15461E (or 0x15461E) is known color: Deep Fir. HEX triplet: 15, 46 and 1E. RGB value is (21,70,30). Sum of RGB (Red+Green+Blue) = 21+70+30=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #15461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15461E is #EAB9E1. Grayscale: #323232. Windows color (decimal): -15383010 or 1984021. OLE color: 1984021.

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

Color convert

RGB 21 70 30 -
CMYK 0.70 0 0.57 0.73
HSL 131.02º 0.54% 0.18% -
HSV(B) 131.02º 0.7% 0.27% -
XYZ 2.73 4.63 1.98 -
YUV 50.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 21 70 30 0.70 0 0.57 0.73 131.02 0.54 0.18
Hex 15 46 1E 46 0 39 49 83 36 12
Octal 25 106 36 106 0 71 111 203 66 22
Binary 10101 1000110 11110 1000110 0 111001 1001001 10000011 110110 10010

Color Harmonies of #15461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15461E

Black with #15461E

Text Example


Text Example

White with #15461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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