Html Css Color HEX #21B649 Dark Pastel Green

📋 copy color: '#21B649'

red 33 ◦ green 182 ◦ blue 73

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

Shades of Dark Pastel Green #21B649

Tints of Dark Pastel Green #21B649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.19%

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

R = 11.46%
G = 63.19%
B = 25.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#21B649 (or 0x21B649) is known color: Dark Pastel Green. HEX triplet: 21, B6 and 49. RGB value is (33,182,73). Sum of RGB (Red+Green+Blue) = 33+182+73=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #21B649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B649 is #DE49B6. Grayscale: #7D7D7D. Windows color (decimal): -14567863 or 4830753. OLE color: 4830753.

HSL color Cylindrical-coordinate representation of color #21B649: hue angle of 136.11º 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 #21B649 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 182 73 -
CMYK 0.82 0 0.60 0.29
HSL 136.11º 0.69% 0.42% -
HSV(B) 136.11º 0.82% 0.71% -
XYZ 18.56 34.26 11.94 -
YUV 125.02 98.64 62.36 -
System Red Green Blue C M Y K H S L
Decimal 33 182 73 0.82 0 0.60 0.29 136.11 0.69 0.42
Hex 21 B6 49 52 0 3C 1D 88 45 2A
Octal 41 266 111 122 0 74 35 210 105 52
Binary 100001 10110110 1001001 1010010 0 111100 11101 10001000 1000101 101010

Color Harmonies of #21B649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B649

Black with #21B649

Text Example


Text Example

White with #21B649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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