Html Css Color HEX #154820 Deep Fir

📋 copy color: '#154820'

red 21 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #154820

Tints of Deep Fir #154820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.6%

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 16.8%
G = 57.6%
B = 25.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#154820 (or 0x154820) is known color: Deep Fir. HEX triplet: 15, 48 and 20. RGB value is (21,72,32). Sum of RGB (Red+Green+Blue) = 21+72+32=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #154820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154820 is #EAB7DF. Grayscale: #343434. Windows color (decimal): -15382496 or 2115605. OLE color: 2115605.

HSL color Cylindrical-coordinate representation of color #154820: hue angle of 132.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154820 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 32 -
CMYK 0.71 0 0.56 0.72
HSL 132.94º 0.55% 0.18% -
HSV(B) 132.94º 0.71% 0.28% -
XYZ 2.89 4.9 2.16 -
YUV 52.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 21 72 32 0.71 0 0.56 0.72 132.94 0.55 0.18
Hex 15 48 20 47 0 38 48 85 37 12
Octal 25 110 40 107 0 70 110 205 67 22
Binary 10101 1001000 100000 1000111 0 111000 1001000 10000101 110111 10010

Color Harmonies of #154820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154820

Black with #154820

Text Example


Text Example

White with #154820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154820; }

 p { color: rgb(21,72,32); }

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

background-color css

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

 a { background-color: rgb(21,72,32); }

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

border-color css

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

 span { border-color: rgb(21,72,32); }

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