Html Css Color HEX #15421C Deep Fir

📋 copy color: '#15421C'

red 21 ◦ green 66 ◦ blue 28

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

Shades of Deep Fir #15421C

Tints of Deep Fir #15421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 18.26%
G = 57.39%
B = 24.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#15421C (or 0x15421C) is known color: Deep Fir. HEX triplet: 15, 42 and 1C. RGB value is (21,66,28). Sum of RGB (Red+Green+Blue) = 21+66+28=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #15421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15421C is #EABDE3. Grayscale: #303030. Windows color (decimal): -15384036 or 1851925. OLE color: 1851925.

HSL color Cylindrical-coordinate representation of color #15421C: hue angle of 129.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15421C is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 66 28 -
CMYK 0.68 0 0.58 0.74
HSL 129.33º 0.52% 0.17% -
HSV(B) 129.33º 0.68% 0.26% -
XYZ 2.47 4.14 1.77 -
YUV 48.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 21 66 28 0.68 0 0.58 0.74 129.33 0.52 0.17
Hex 15 42 1C 44 0 3A 4A 81 34 11
Octal 25 102 34 104 0 72 112 201 64 21
Binary 10101 1000010 11100 1000100 0 111010 1001010 10000001 110100 10001

Color Harmonies of #15421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15421C

Black with #15421C

Text Example


Text Example

White with #15421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15421C; }

 p { color: rgb(21,66,28); }

 H1.HeaderClassName
 {
   color: #15421C;
 }
 .AnyTagClassName
 {
   color: #15421C;
 }
</style>

background-color css

<style>
 a { background-color: #15421C; }

 a { background-color: rgb(21,66,28); }

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

border-color css

<style>
 span { border-color: #15421C; }

 span { border-color: rgb(21,66,28); }

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