Html Css Color HEX #15401F Deep Fir

📋 copy color: '#15401F'

red 21 ◦ green 64 ◦ blue 31

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

Shades of Deep Fir #15401F

Tints of Deep Fir #15401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 18.1%
G = 55.17%
B = 26.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#15401F (or 0x15401F) is known color: Deep Fir. HEX triplet: 15, 40 and 1F. RGB value is (21,64,31). Sum of RGB (Red+Green+Blue) = 21+64+31=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #15401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401F is #EABFE0. Grayscale: #2F2F2F. Windows color (decimal): -15384545 or 2048021. OLE color: 2048021.

HSL color Cylindrical-coordinate representation of color #15401F: hue angle of 133.95º 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 #15401F is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 31 -
CMYK 0.67 0 0.52 0.75
HSL 133.95º 0.51% 0.17% -
HSV(B) 133.95º 0.67% 0.25% -
XYZ 2.39 3.93 1.93 -
YUV 47.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 21 64 31 0.67 0 0.52 0.75 133.95 0.51 0.17
Hex 15 40 1F 43 0 34 4B 86 33 11
Octal 25 100 37 103 0 64 113 206 63 21
Binary 10101 1000000 11111 1000011 0 110100 1001011 10000110 110011 10001

Color Harmonies of #15401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15401F

Black with #15401F

Text Example


Text Example

White with #15401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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