Html Css Color HEX #15491E Deep Fir

📋 copy color: '#15491E'

red 21 ◦ green 73 ◦ blue 30

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

Shades of Deep Fir #15491E

Tints of Deep Fir #15491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.87%

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

R = 16.94%
G = 58.87%
B = 24.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#15491E (or 0x15491E) is known color: Deep Fir. HEX triplet: 15, 49 and 1E. RGB value is (21,73,30). Sum of RGB (Red+Green+Blue) = 21+73+30=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #15491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15491E is #EAB6E1. Grayscale: #343434. Windows color (decimal): -15382242 or 1984789. OLE color: 1984789.

HSL color Cylindrical-coordinate representation of color #15491E: hue angle of 130.38º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15491E is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 30 -
CMYK 0.71 0 0.59 0.71
HSL 130.38º 0.55% 0.18% -
HSV(B) 130.38º 0.71% 0.29% -
XYZ 2.93 5.02 2.04 -
YUV 52.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 21 73 30 0.71 0 0.59 0.71 130.38 0.55 0.18
Hex 15 49 1E 47 0 3B 47 82 37 12
Octal 25 111 36 107 0 73 107 202 67 22
Binary 10101 1001001 11110 1000111 0 111011 1000111 10000010 110111 10010

Color Harmonies of #15491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15491E

Black with #15491E

Text Example


Text Example

White with #15491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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