Html Css Color HEX #21B752 Dark Pastel Green

📋 copy color: '#21B752'

red 33 ◦ green 183 ◦ blue 82

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

Shades of Dark Pastel Green #21B752

Tints of Dark Pastel Green #21B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.41%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 11.07%
G = 61.41%
B = 27.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#21B752 (or 0x21B752) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 52. RGB value is (33,183,82). Sum of RGB (Red+Green+Blue) = 33+183+82=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #21B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B752 is #DE48AD. Grayscale: #7E7E7E. Windows color (decimal): -14567598 or 5420833. OLE color: 5420833.

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

Color convert

RGB 33 183 82 -
CMYK 0.82 0 0.55 0.28
HSL 139.6º 0.69% 0.42% -
HSV(B) 139.6º 0.82% 0.72% -
XYZ 19.08 34.8 13.69 -
YUV 126.64 102.81 61.21 -
System Red Green Blue C M Y K H S L
Decimal 33 183 82 0.82 0 0.55 0.28 139.6 0.69 0.42
Hex 21 B7 52 52 0 37 1C 8C 45 2A
Octal 41 267 122 122 0 67 34 214 105 52
Binary 100001 10110111 1010010 1010010 0 110111 11100 10001100 1000101 101010

Color Harmonies of #21B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B752

Black with #21B752

Text Example


Text Example

White with #21B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,183,82); }

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

background-color css

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

 a { background-color: rgb(33,183,82); }

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

border-color css

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

 span { border-color: rgb(33,183,82); }

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