Html Css Color HEX #15401D Deep Fir

📋 copy color: '#15401D'

red 21 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #15401D

Tints of Deep Fir #15401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 18.42%
G = 56.14%
B = 25.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#15401D (or 0x15401D) is known color: Deep Fir. HEX triplet: 15, 40 and 1D. RGB value is (21,64,29). Sum of RGB (Red+Green+Blue) = 21+64+29=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #15401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401D is #EABFE2. Grayscale: #2F2F2F. Windows color (decimal): -15384547 or 1916949. OLE color: 1916949.

HSL color Cylindrical-coordinate representation of color #15401D: hue angle of 131.16º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15401D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 29 -
CMYK 0.67 0 0.55 0.75
HSL 131.16º 0.51% 0.17% -
HSV(B) 131.16º 0.67% 0.25% -
XYZ 2.36 3.91 1.79 -
YUV 47.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 21 64 29 0.67 0 0.55 0.75 131.16 0.51 0.17
Hex 15 40 1D 43 0 37 4B 83 33 11
Octal 25 100 35 103 0 67 113 203 63 21
Binary 10101 1000000 11101 1000011 0 110111 1001011 10000011 110011 10001

Color Harmonies of #15401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15401D

Black with #15401D

Text Example


Text Example

White with #15401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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