Html Css Color HEX #21B742 Dark Pastel Green

📋 copy color: '#21B742'

red 33 ◦ green 183 ◦ blue 66

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

Shades of Dark Pastel Green #21B742

Tints of Dark Pastel Green #21B742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 11.7%
G = 64.89%
B = 23.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#21B742 (or 0x21B742) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 42. RGB value is (33,183,66). Sum of RGB (Red+Green+Blue) = 33+183+66=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 183 (71.88% from 255 or 64.89% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 183 - color contains mainly: green. Hex color #21B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B742 is #DE48BD. Grayscale: #7D7D7D. Windows color (decimal): -14567614 or 4372257. OLE color: 4372257.

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

Color convert

RGB 33 183 66 -
CMYK 0.82 0 0.64 0.28
HSL 133.2º 0.69% 0.42% -
HSV(B) 133.2º 0.82% 0.72% -
XYZ 18.54 34.58 10.85 -
YUV 124.81 94.81 62.51 -
System Red Green Blue C M Y K H S L
Decimal 33 183 66 0.82 0 0.64 0.28 133.2 0.69 0.42
Hex 21 B7 42 52 0 40 1C 85 45 2A
Octal 41 267 102 122 0 100 34 205 105 52
Binary 100001 10110111 1000010 1010010 0 1000000 11100 10000101 1000101 101010

Color Harmonies of #21B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B742

Black with #21B742

Text Example


Text Example

White with #21B742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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