Html Css Color HEX #154920 Deep Fir

📋 copy color: '#154920'

red 21 ◦ green 73 ◦ blue 32

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

Shades of Deep Fir #154920

Tints of Deep Fir #154920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.94%

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

R = 16.67%
G = 57.94%
B = 25.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#154920 (or 0x154920) is known color: Deep Fir. HEX triplet: 15, 49 and 20. RGB value is (21,73,32). Sum of RGB (Red+Green+Blue) = 21+73+32=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #154920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154920 is #EAB6DF. Grayscale: #343434. Windows color (decimal): -15382240 or 2115861. OLE color: 2115861.

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

Color convert

RGB 21 73 32 -
CMYK 0.71 0 0.56 0.71
HSL 132.69º 0.55% 0.18% -
HSV(B) 132.69º 0.71% 0.29% -
XYZ 2.95 5.03 2.18 -
YUV 52.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 21 73 32 0.71 0 0.56 0.71 132.69 0.55 0.18
Hex 15 49 20 47 0 38 47 85 37 12
Octal 25 111 40 107 0 70 107 205 67 22
Binary 10101 1001001 100000 1000111 0 111000 1000111 10000101 110111 10010

Color Harmonies of #154920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154920

Black with #154920

Text Example


Text Example

White with #154920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154920; }

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

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

background-color css

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

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

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

border-color css

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

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

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