#22BA52

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

Shades of Dark Pastel Green #22BA52

Tints of Dark Pastel Green #22BA52

Color information

#22BA52 (or 0x22BA52) is unknown color: approx Dark Pastel Green. HEX triplet: 22, BA and 52. RGB value is (34,186,82). Sum of RGB (Red+Green+Blue) = 34+186+82=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BA52 is #DD45AD. Grayscale: #808080. Windows color (decimal): -14501294 or 5421602. OLE color: 5421602.

HSL color Cylindrical-coordinate representation of color #22BA52: hue angle of 138.95º degrees, saturation: 0.69, 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 #22BA52 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB3418682-
CMYK0.8200.560.27
HSL138.95º69.09%43.14%-
HSV(B)138.95º81.72%72.94%-
XYZ19.7436.0713.9-
YUV128.7101.6460.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.26%
GREEN value IS 186 (73.05% from 255) = 61.59%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=11.26%
G=61.59%
B=27.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34186820.8200.560.27138.9569.0943.14
Hex22BA52520381B8b452b
Octal422721221220703321310553
Binary1000101011101010100101010010011100011011100010111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BA52; }

 p { color: rgb(34,186,82); }

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

<style>
 a { background-color: #22BA52; }

 a { background-color: rgb(34,186,82); }

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

<style>
 span { border-color: #22BA52; }

 span { border-color: rgb(34,186,82); }

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