#21B742

Color #21B742 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21B742

Tints of Dark Pastel Green #21B742

Color information

#21B742 (or 0x21B742) is unknown color: approx 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

RGB3318366-
CMYK0.8200.640.28
HSL133.2º69.44%42.35%-
HSV(B)133.2º81.97%71.76%-
XYZ18.5434.5810.85-
YUV124.8194.862.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 183 (71.88% from 255) = 64.89%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=11.70%
G=64.89%
B=23.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33183660.8200.640.28133.269.4442.35
Hex21B742520401C85452a
Octal4126710212201003420510552
Binary10000110110111100001010100100100000011100100001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>