#21BA48

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

Shades of Dark Pastel Green #21BA48

Tints of Dark Pastel Green #21BA48

Color information

#21BA48 (or 0x21BA48) is unknown color: approx Dark Pastel Green. HEX triplet: 21, BA and 48. RGB value is (33,186,72). Sum of RGB (Red+Green+Blue) = 33+186+72=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA48 is #DE45B7. Grayscale: #7F7F7F. Windows color (decimal): -14566840 or 4766241. OLE color: 4766241.

HSL color Cylindrical-coordinate representation of color #21BA48: hue angle of 135.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA48 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB3318672-
CMYK0.8200.610.27
HSL135.29º69.86%42.94%-
HSV(B)135.29º82.26%72.94%-
XYZ19.3635.9112.04-
YUV127.2696.8160.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=11.34%
G=63.92%
B=24.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33186720.8200.610.27135.2969.8642.94
Hex21BA485203D1B87462b
Octal412721101220753320710653
Binary1000011011101010010001010010011110111011100001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,186,72); }

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

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

 a { background-color: rgb(33,186,72); }

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

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

 span { border-color: rgb(33,186,72); }

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