Html Css Color HEX #15451F Deep Fir

📋 copy color: '#15451F'

red 21 ◦ green 69 ◦ blue 31

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

Shades of Deep Fir #15451F

Tints of Deep Fir #15451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 17.36%
G = 57.02%
B = 25.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#15451F (or 0x15451F) is known color: Deep Fir. HEX triplet: 15, 45 and 1F. RGB value is (21,69,31). Sum of RGB (Red+Green+Blue) = 21+69+31=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #15451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15451F is #EABAE0. Grayscale: #323232. Windows color (decimal): -15383265 or 2049301. OLE color: 2049301.

HSL color Cylindrical-coordinate representation of color #15451F: hue angle of 132.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15451F is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 69 31 -
CMYK 0.70 0 0.55 0.73
HSL 132.5º 0.53% 0.18% -
HSV(B) 132.5º 0.7% 0.27% -
XYZ 2.68 4.51 2.03 -
YUV 50.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 21 69 31 0.70 0 0.55 0.73 132.5 0.53 0.18
Hex 15 45 1F 46 0 37 49 84 35 12
Octal 25 105 37 106 0 67 111 204 65 22
Binary 10101 1000101 11111 1000110 0 110111 1001001 10000100 110101 10010

Color Harmonies of #15451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15451F

Black with #15451F

Text Example


Text Example

White with #15451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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