Html Css Color HEX #15451D Deep Fir

📋 copy color: '#15451D'

red 21 ◦ green 69 ◦ blue 29

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

Shades of Deep Fir #15451D

Tints of Deep Fir #15451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 17.65%
G = 57.98%
B = 24.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#15451D (or 0x15451D) is known color: Deep Fir. HEX triplet: 15, 45 and 1D. RGB value is (21,69,29). Sum of RGB (Red+Green+Blue) = 21+69+29=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #15451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15451D is #EABAE2. Grayscale: #323232. Windows color (decimal): -15383267 or 1918229. OLE color: 1918229.

HSL color Cylindrical-coordinate representation of color #15451D: hue angle of 130º 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 #15451D is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 69 29 -
CMYK 0.70 0 0.58 0.73
HSL 130º 0.53% 0.18% -
HSV(B) 130º 0.7% 0.27% -
XYZ 2.66 4.5 1.89 -
YUV 50.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 21 69 29 0.70 0 0.58 0.73 130 0.53 0.18
Hex 15 45 1D 46 0 3A 49 82 35 12
Octal 25 105 35 106 0 72 111 202 65 22
Binary 10101 1000101 11101 1000110 0 111010 1001001 10000010 110101 10010

Color Harmonies of #15451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15451D

Black with #15451D

Text Example


Text Example

White with #15451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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