Html Css Color HEX #21B449 Dark Pastel Green

📋 copy color: '#21B449'

red 33 ◦ green 180 ◦ blue 73

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

Shades of Dark Pastel Green #21B449

Tints of Dark Pastel Green #21B449

RGB

 RED value IS 33 (13.28% from 255) = 11.54%

 GREEN value IS 180 (70.7% from 255) = 62.94%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 11.54%
G = 62.94%
B = 25.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#21B449 (or 0x21B449) is known color: Dark Pastel Green. HEX triplet: 21, B4 and 49. RGB value is (33,180,73). Sum of RGB (Red+Green+Blue) = 33+180+73=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #21B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B449 is #DE4BB6. Grayscale: #7C7C7C. Windows color (decimal): -14568375 or 4830241. OLE color: 4830241.

HSL color Cylindrical-coordinate representation of color #21B449: hue angle of 136.33º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B449 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 180 73 -
CMYK 0.82 0 0.59 0.29
HSL 136.33º 0.69% 0.42% -
HSV(B) 136.33º 0.82% 0.71% -
XYZ 18.15 33.45 11.8 -
YUV 123.85 99.3 63.2 -
System Red Green Blue C M Y K H S L
Decimal 33 180 73 0.82 0 0.59 0.29 136.33 0.69 0.42
Hex 21 B4 49 52 0 3B 1D 88 45 2A
Octal 41 264 111 122 0 73 35 210 105 52
Binary 100001 10110100 1001001 1010010 0 111011 11101 10001000 1000101 101010

Color Harmonies of #21B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B449

Black with #21B449

Text Example


Text Example

White with #21B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B449; }

 p { color: rgb(33,180,73); }

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

background-color css

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

 a { background-color: rgb(33,180,73); }

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

border-color css

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

 span { border-color: rgb(33,180,73); }

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