Html Css Color HEX #15441F Deep Fir

📋 copy color: '#15441F'

red 21 ◦ green 68 ◦ blue 31

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

Shades of Deep Fir #15441F

Tints of Deep Fir #15441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 17.5%
G = 56.67%
B = 25.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#15441F (or 0x15441F) is known color: Deep Fir. HEX triplet: 15, 44 and 1F. RGB value is (21,68,31). Sum of RGB (Red+Green+Blue) = 21+68+31=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #15441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15441F is #EABBE0. Grayscale: #313131. Windows color (decimal): -15383521 or 2049045. OLE color: 2049045.

HSL color Cylindrical-coordinate representation of color #15441F: hue angle of 132.77º 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 #15441F is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 31 -
CMYK 0.69 0 0.54 0.73
HSL 132.77º 0.53% 0.17% -
HSV(B) 132.77º 0.69% 0.27% -
XYZ 2.62 4.39 2.01 -
YUV 49.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 21 68 31 0.69 0 0.54 0.73 132.77 0.53 0.17
Hex 15 44 1F 45 0 36 49 85 35 11
Octal 25 104 37 105 0 66 111 205 65 21
Binary 10101 1000100 11111 1000101 0 110110 1001001 10000101 110101 10001

Color Harmonies of #15441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15441F

Black with #15441F

Text Example


Text Example

White with #15441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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