Html Css Color HEX #15481E Deep Fir

📋 copy color: '#15481E'

red 21 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #15481E

Tints of Deep Fir #15481E

RGB

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

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

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

R = 17.07%
G = 58.54%
B = 24.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#15481E (or 0x15481E) is known color: Deep Fir. HEX triplet: 15, 48 and 1E. RGB value is (21,72,30). Sum of RGB (Red+Green+Blue) = 21+72+30=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #15481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15481E is #EAB7E1. Grayscale: #343434. Windows color (decimal): -15382498 or 1984533. OLE color: 1984533.

HSL color Cylindrical-coordinate representation of color #15481E: hue angle of 130.59º 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 #15481E is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 30 -
CMYK 0.71 0 0.58 0.72
HSL 130.59º 0.55% 0.18% -
HSV(B) 130.59º 0.71% 0.28% -
XYZ 2.86 4.89 2.02 -
YUV 51.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 21 72 30 0.71 0 0.58 0.72 130.59 0.55 0.18
Hex 15 48 1E 47 0 3A 48 83 37 12
Octal 25 110 36 107 0 72 110 203 67 22
Binary 10101 1001000 11110 1000111 0 111010 1001000 10000011 110111 10010

Color Harmonies of #15481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15481E

Black with #15481E

Text Example


Text Example

White with #15481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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