Html Css Color HEX #21B249 Dark Pastel Green

📋 copy color: '#21B249'

red 33 ◦ green 178 ◦ blue 73

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

Shades of Dark Pastel Green #21B249

Tints of Dark Pastel Green #21B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.68%

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

R = 11.62%
G = 62.68%
B = 25.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#21B249 (or 0x21B249) is known color: Dark Pastel Green. HEX triplet: 21, B2 and 49. RGB value is (33,178,73). Sum of RGB (Red+Green+Blue) = 33+178+73=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #21B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B249 is #DE4DB6. Grayscale: #7A7A7A. Windows color (decimal): -14568887 or 4829729. OLE color: 4829729.

HSL color Cylindrical-coordinate representation of color #21B249: hue angle of 136.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B249 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 73 -
CMYK 0.81 0 0.59 0.30
HSL 136.55º 0.69% 0.41% -
HSV(B) 136.55º 0.81% 0.7% -
XYZ 17.75 32.65 11.67 -
YUV 122.68 99.96 64.04 -
System Red Green Blue C M Y K H S L
Decimal 33 178 73 0.81 0 0.59 0.30 136.55 0.69 0.41
Hex 21 B2 49 51 0 3B 1E 89 45 29
Octal 41 262 111 121 0 73 36 211 105 51
Binary 100001 10110010 1001001 1010001 0 111011 11110 10001001 1000101 101001

Color Harmonies of #21B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B249

Black with #21B249

Text Example


Text Example

White with #21B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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