Html Css Color HEX #15301C Deep Fir

📋 copy color: '#15301C'

red 21 ◦ green 48 ◦ blue 28

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

Shades of Deep Fir #15301C

Tints of Deep Fir #15301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 28 (11.33% from 255) = 28.87%

R = 21.65%
G = 49.48%
B = 28.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#15301C (or 0x15301C) is known color: Deep Fir. HEX triplet: 15, 30 and 1C. RGB value is (21,48,28). Sum of RGB (Red+Green+Blue) = 21+48+28=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #15301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301C is #EACFE3. Grayscale: #252525. Windows color (decimal): -15388644 or 1847317. OLE color: 1847317.

HSL color Cylindrical-coordinate representation of color #15301C: hue angle of 135.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15301C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 48 28 -
CMYK 0.56 0 0.42 0.81
HSL 135.56º 0.39% 0.14% -
HSV(B) 135.56º 0.56% 0.19% -
XYZ 1.58 2.36 1.47 -
YUV 37.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 21 48 28 0.56 0 0.42 0.81 135.56 0.39 0.14
Hex 15 30 1C 38 0 2A 51 88 27 E
Octal 25 60 34 70 0 52 121 210 47 16
Binary 10101 110000 11100 111000 0 101010 1010001 10001000 100111 1110

Color Harmonies of #15301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15301C

Black with #15301C

Text Example


Text Example

White with #15301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15301C; }

 p { color: rgb(21,48,28); }

 H1.HeaderClassName
 {
   color: #15301C;
 }
 .AnyTagClassName
 {
   color: #15301C;
 }
</style>

background-color css

<style>
 a { background-color: #15301C; }

 a { background-color: rgb(21,48,28); }

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

border-color css

<style>
 span { border-color: #15301C; }

 span { border-color: rgb(21,48,28); }

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