Html Css Color HEX #15411E Deep Fir

📋 copy color: '#15411E'

red 21 ◦ green 65 ◦ blue 30

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

Shades of Deep Fir #15411E

Tints of Deep Fir #15411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 18.1%
G = 56.03%
B = 25.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#15411E (or 0x15411E) is known color: Deep Fir. HEX triplet: 15, 41 and 1E. RGB value is (21,65,30). Sum of RGB (Red+Green+Blue) = 21+65+30=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #15411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411E is #EABEE1. Grayscale: #2F2F2F. Windows color (decimal): -15384290 or 1982741. OLE color: 1982741.

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

Color convert

RGB 21 65 30 -
CMYK 0.68 0 0.54 0.75
HSL 132.27º 0.51% 0.17% -
HSV(B) 132.27º 0.68% 0.25% -
XYZ 2.43 4.03 1.88 -
YUV 47.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 21 65 30 0.68 0 0.54 0.75 132.27 0.51 0.17
Hex 15 41 1E 44 0 36 4B 84 33 11
Octal 25 101 36 104 0 66 113 204 63 21
Binary 10101 1000001 11110 1000100 0 110110 1001011 10000100 110011 10001

Color Harmonies of #15411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15411E

Black with #15411E

Text Example


Text Example

White with #15411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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