Html Css Color HEX #15341D Deep Fir

📋 copy color: '#15341D'

red 21 ◦ green 52 ◦ blue 29

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

Shades of Deep Fir #15341D

Tints of Deep Fir #15341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.98%

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

R = 20.59%
G = 50.98%
B = 28.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#15341D (or 0x15341D) is known color: Deep Fir. HEX triplet: 15, 34 and 1D. RGB value is (21,52,29). Sum of RGB (Red+Green+Blue) = 21+52+29=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #15341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341D is #EACBE2. Grayscale: #282828. Windows color (decimal): -15387619 or 1913877. OLE color: 1913877.

HSL color Cylindrical-coordinate representation of color #15341D: hue angle of 135.48º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341D is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 29 -
CMYK 0.60 0 0.44 0.80
HSL 135.48º 0.42% 0.14% -
HSV(B) 135.48º 0.6% 0.2% -
XYZ 1.76 2.7 1.59 -
YUV 40.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 21 52 29 0.60 0 0.44 0.80 135.48 0.42 0.14
Hex 15 34 1D 3C 0 2C 50 87 2A E
Octal 25 64 35 74 0 54 120 207 52 16
Binary 10101 110100 11101 111100 0 101100 1010000 10000111 101010 1110

Color Harmonies of #15341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15341D

Black with #15341D

Text Example


Text Example

White with #15341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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