Html Css Color HEX #154821 Deep Fir

📋 copy color: '#154821'

red 21 ◦ green 72 ◦ blue 33

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

Shades of Deep Fir #154821

Tints of Deep Fir #154821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.19%

R = 16.67%
G = 57.14%
B = 26.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#154821 (or 0x154821) is known color: Deep Fir. HEX triplet: 15, 48 and 21. RGB value is (21,72,33). Sum of RGB (Red+Green+Blue) = 21+72+33=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #154821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154821 is #EAB7DE. Grayscale: #343434. Windows color (decimal): -15382495 or 2181141. OLE color: 2181141.

HSL color Cylindrical-coordinate representation of color #154821: hue angle of 134.12º 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 #154821 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 33 -
CMYK 0.71 0 0.54 0.72
HSL 134.12º 0.55% 0.18% -
HSV(B) 134.12º 0.71% 0.28% -
XYZ 2.9 4.9 2.23 -
YUV 52.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 21 72 33 0.71 0 0.54 0.72 134.12 0.55 0.18
Hex 15 48 21 47 0 36 48 86 37 12
Octal 25 110 41 107 0 66 110 206 67 22
Binary 10101 1001000 100001 1000111 0 110110 1001000 10000110 110111 10010

Color Harmonies of #154821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154821

Black with #154821

Text Example


Text Example

White with #154821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154821; }

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

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

background-color css

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

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

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

border-color css

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

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

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