Html Css Color HEX #15301E Deep Fir

📋 copy color: '#15301E'

red 21 ◦ green 48 ◦ blue 30

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

Shades of Deep Fir #15301E

Tints of Deep Fir #15301E

RGB

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

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

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

R = 21.21%
G = 48.48%
B = 30.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#15301E (or 0x15301E) is known color: Deep Fir. HEX triplet: 15, 30 and 1E. RGB value is (21,48,30). Sum of RGB (Red+Green+Blue) = 21+48+30=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #15301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301E is #EACFE1. Grayscale: #252525. Windows color (decimal): -15388642 or 1978389. OLE color: 1978389.

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

Color convert

RGB 21 48 30 -
CMYK 0.56 0 0.37 0.81
HSL 140º 0.39% 0.14% -
HSV(B) 140º 0.56% 0.19% -
XYZ 1.6 2.37 1.6 -
YUV 37.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 21 48 30 0.56 0 0.37 0.81 140 0.39 0.14
Hex 15 30 1E 38 0 25 51 8C 27 E
Octal 25 60 36 70 0 45 121 214 47 16
Binary 10101 110000 11110 111000 0 100101 1010001 10001100 100111 1110

Color Harmonies of #15301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15301E

Black with #15301E

Text Example


Text Example

White with #15301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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