Html Css Color HEX #15481F Deep Fir

📋 copy color: '#15481F'

red 21 ◦ green 72 ◦ blue 31

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

Shades of Deep Fir #15481F

Tints of Deep Fir #15481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

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

R = 16.94%
G = 58.06%
B = 25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#15481F (or 0x15481F) is known color: Deep Fir. HEX triplet: 15, 48 and 1F. RGB value is (21,72,31). Sum of RGB (Red+Green+Blue) = 21+72+31=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #15481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15481F is #EAB7E0. Grayscale: #343434. Windows color (decimal): -15382497 or 2050069. OLE color: 2050069.

HSL color Cylindrical-coordinate representation of color #15481F: hue angle of 131.76º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15481F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 31 -
CMYK 0.71 0 0.57 0.72
HSL 131.76º 0.55% 0.18% -
HSV(B) 131.76º 0.71% 0.28% -
XYZ 2.87 4.89 2.09 -
YUV 52.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 21 72 31 0.71 0 0.57 0.72 131.76 0.55 0.18
Hex 15 48 1F 47 0 39 48 84 37 12
Octal 25 110 37 107 0 71 110 204 67 22
Binary 10101 1001000 11111 1000111 0 111001 1001000 10000100 110111 10010

Color Harmonies of #15481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15481F

Black with #15481F

Text Example


Text Example

White with #15481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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