Html Css Color HEX #15441E Deep Fir

📋 copy color: '#15441E'

red 21 ◦ green 68 ◦ blue 30

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

Shades of Deep Fir #15441E

Tints of Deep Fir #15441E

RGB

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

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

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

R = 17.65%
G = 57.14%
B = 25.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#15441E (or 0x15441E) is known color: Deep Fir. HEX triplet: 15, 44 and 1E. RGB value is (21,68,30). Sum of RGB (Red+Green+Blue) = 21+68+30=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #15441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15441E is #EABBE1. Grayscale: #313131. Windows color (decimal): -15383522 or 1983509. OLE color: 1983509.

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

Color convert

RGB 21 68 30 -
CMYK 0.69 0 0.56 0.73
HSL 131.49º 0.53% 0.17% -
HSV(B) 131.49º 0.69% 0.27% -
XYZ 2.61 4.39 1.94 -
YUV 49.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 21 68 30 0.69 0 0.56 0.73 131.49 0.53 0.17
Hex 15 44 1E 45 0 38 49 83 35 11
Octal 25 104 36 105 0 70 111 203 65 21
Binary 10101 1000100 11110 1000101 0 111000 1001001 10000011 110101 10001

Color Harmonies of #15441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15441E

Black with #15441E

Text Example


Text Example

White with #15441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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