#21B145

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

Shades of Dark Pastel Green #21B145

Tints of Dark Pastel Green #21B145

Color information

#21B145 (or 0x21B145) is unknown color: approx Dark Pastel Green. HEX triplet: 21, B1 and 45. RGB value is (33,177,69). Sum of RGB (Red+Green+Blue) = 33+177+69=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #21B145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B145 is #DE4EBA. Grayscale: #797979. Windows color (decimal): -14569147 or 4567329. OLE color: 4567329.

HSL color Cylindrical-coordinate representation of color #21B145: hue angle of 135º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B145 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB3317769-
CMYK0.8100.610.31
HSL135º68.57%41.18%-
HSV(B)135º81.36%69.41%-
XYZ17.4232.210.93-
YUV121.6398.2964.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 177 (69.53% from 255) = 63.44%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=11.83%
G=63.44%
B=24.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33177690.8100.610.3113568.5741.18
Hex21B1455103D1F874529
Octal412611051210753720710551
Binary1000011011000110001011010001011110111111100001111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,177,69); }

 H1.HeaderClassName
 {
   color: #21B145;
 }
 .AnyTagClassName
 {
   color: #21B145;
 }
</style>
background-color css

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

 a { background-color: rgb(33,177,69); }

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

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

 span { border-color: rgb(33,177,69); }

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