Html Css Color HEX #21B242 Dark Pastel Green

📋 copy color: '#21B242'

red 33 ◦ green 178 ◦ blue 66

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

Shades of Dark Pastel Green #21B242

Tints of Dark Pastel Green #21B242

RGB

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

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

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

R = 11.91%
G = 64.26%
B = 23.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#21B242 (or 0x21B242) is known color: Dark Pastel Green. HEX triplet: 21, B2 and 42. RGB value is (33,178,66). Sum of RGB (Red+Green+Blue) = 33+178+66=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #21B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B242 is #DE4DBD. Grayscale: #7A7A7A. Windows color (decimal): -14568894 or 4370977. OLE color: 4370977.

HSL color Cylindrical-coordinate representation of color #21B242: hue angle of 133.66º 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 #21B242 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 66 -
CMYK 0.81 0 0.63 0.30
HSL 133.66º 0.69% 0.41% -
HSV(B) 133.66º 0.81% 0.7% -
XYZ 17.53 32.56 10.51 -
YUV 121.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 33 178 66 0.81 0 0.63 0.30 133.66 0.69 0.41
Hex 21 B2 42 51 0 3F 1E 86 45 29
Octal 41 262 102 121 0 77 36 206 105 51
Binary 100001 10110010 1000010 1010001 0 111111 11110 10000110 1000101 101001

Color Harmonies of #21B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B242

Black with #21B242

Text Example


Text Example

White with #21B242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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