Html Css Color HEX #154A21 Deep Fir

📋 copy color: '#154A21'

red 21 ◦ green 74 ◦ blue 33

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

Shades of Deep Fir #154A21

Tints of Deep Fir #154A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 57.81%

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

R = 16.41%
G = 57.81%
B = 25.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#154A21 (or 0x154A21) is known color: Deep Fir. HEX triplet: 15, 4A and 21. RGB value is (21,74,33). Sum of RGB (Red+Green+Blue) = 21+74+33=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #154A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A21 is #EAB5DE. Grayscale: #353535. Windows color (decimal): -15381983 or 2181653. OLE color: 2181653.

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

Color convert

RGB 21 74 33 -
CMYK 0.72 0 0.55 0.71
HSL 133.58º 0.56% 0.19% -
HSV(B) 133.58º 0.72% 0.29% -
XYZ 3.03 5.17 2.28 -
YUV 53.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 21 74 33 0.72 0 0.55 0.71 133.58 0.56 0.19
Hex 15 4A 21 48 0 37 47 86 38 13
Octal 25 112 41 110 0 67 107 206 70 23
Binary 10101 1001010 100001 1001000 0 110111 1000111 10000110 111000 10011

Color Harmonies of #154A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A21

Black with #154A21

Text Example


Text Example

White with #154A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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