#22B750

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

Shades of Dark Pastel Green #22B750

Tints of Dark Pastel Green #22B750

Color information

#22B750 (or 0x22B750) is unknown color: approx Dark Pastel Green. HEX triplet: 22, B7 and 50. RGB value is (34,183,80). Sum of RGB (Red+Green+Blue) = 34+183+80=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #22B750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22B750 is #DD48AF. Grayscale: #7E7E7E. Windows color (decimal): -14502064 or 5289762. OLE color: 5289762.

HSL color Cylindrical-coordinate representation of color #22B750: hue angle of 138.52º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B750 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB3418380-
CMYK0.8100.560.28
HSL138.52º68.66%42.55%-
HSV(B)138.52º81.42%71.76%-
XYZ19.0434.7913.3-
YUV126.71101.6461.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.45%
GREEN value IS 183 (71.88% from 255) = 61.62%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=11.45%
G=61.62%
B=26.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34183800.8100.560.28138.5268.6642.55
Hex22B750510381C8b452b
Octal422671201210703421310553
Binary1000101011011110100001010001011100011100100010111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,183,80); }

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

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

 a { background-color: rgb(34,183,80); }

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

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

 span { border-color: rgb(34,183,80); }

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