Html Css Color HEX #15401E Deep Fir

📋 copy color: '#15401E'

red 21 ◦ green 64 ◦ blue 30

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

Shades of Deep Fir #15401E

Tints of Deep Fir #15401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 18.26%
G = 55.65%
B = 26.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#15401E (or 0x15401E) is known color: Deep Fir. HEX triplet: 15, 40 and 1E. RGB value is (21,64,30). Sum of RGB (Red+Green+Blue) = 21+64+30=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #15401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401E is #EABFE1. Grayscale: #2F2F2F. Windows color (decimal): -15384546 or 1982485. OLE color: 1982485.

HSL color Cylindrical-coordinate representation of color #15401E: hue angle of 132.56º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15401E is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 30 -
CMYK 0.67 0 0.53 0.75
HSL 132.56º 0.51% 0.17% -
HSV(B) 132.56º 0.67% 0.25% -
XYZ 2.38 3.92 1.86 -
YUV 47.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 21 64 30 0.67 0 0.53 0.75 132.56 0.51 0.17
Hex 15 40 1E 43 0 35 4B 85 33 11
Octal 25 100 36 103 0 65 113 205 63 21
Binary 10101 1000000 11110 1000011 0 110101 1001011 10000101 110011 10001

Color Harmonies of #15401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15401E

Black with #15401E

Text Example


Text Example

White with #15401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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