Html Css Color HEX #15441D Deep Fir

📋 copy color: '#15441D'

red 21 ◦ green 68 ◦ blue 29

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

Shades of Deep Fir #15441D

Tints of Deep Fir #15441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

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

R = 17.8%
G = 57.63%
B = 24.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#15441D (or 0x15441D) is known color: Deep Fir. HEX triplet: 15, 44 and 1D. RGB value is (21,68,29). Sum of RGB (Red+Green+Blue) = 21+68+29=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #15441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15441D is #EABBE2. Grayscale: #313131. Windows color (decimal): -15383523 or 1917973. OLE color: 1917973.

HSL color Cylindrical-coordinate representation of color #15441D: hue angle of 130.21º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15441D is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 29 -
CMYK 0.69 0 0.57 0.73
HSL 130.21º 0.53% 0.17% -
HSV(B) 130.21º 0.69% 0.27% -
XYZ 2.6 4.38 1.87 -
YUV 49.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 21 68 29 0.69 0 0.57 0.73 130.21 0.53 0.17
Hex 15 44 1D 45 0 39 49 82 35 11
Octal 25 104 35 105 0 71 111 202 65 21
Binary 10101 1000100 11101 1000101 0 111001 1001001 10000010 110101 10001

Color Harmonies of #15441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15441D

Black with #15441D

Text Example


Text Example

White with #15441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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