Html Css Color HEX #15341E Deep Fir

📋 copy color: '#15341E'

red 21 ◦ green 52 ◦ blue 30

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

Shades of Deep Fir #15341E

Tints of Deep Fir #15341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.49%

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

R = 20.39%
G = 50.49%
B = 29.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#15341E (or 0x15341E) is known color: Deep Fir. HEX triplet: 15, 34 and 1E. RGB value is (21,52,30). Sum of RGB (Red+Green+Blue) = 21+52+30=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #15341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341E is #EACBE1. Grayscale: #282828. Windows color (decimal): -15387618 or 1979413. OLE color: 1979413.

HSL color Cylindrical-coordinate representation of color #15341E: hue angle of 137.42º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 30 -
CMYK 0.60 0 0.42 0.80
HSL 137.42º 0.42% 0.14% -
HSV(B) 137.42º 0.6% 0.2% -
XYZ 1.77 2.71 1.66 -
YUV 40.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 21 52 30 0.60 0 0.42 0.80 137.42 0.42 0.14
Hex 15 34 1E 3C 0 2A 50 89 2A E
Octal 25 64 36 74 0 52 120 211 52 16
Binary 10101 110100 11110 111100 0 101010 1010000 10001001 101010 1110

Color Harmonies of #15341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15341E

Black with #15341E

Text Example


Text Example

White with #15341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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