#22AF3F

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

Shades of Dark Pastel Green #22AF3F

Tints of Dark Pastel Green #22AF3F

Color information

#22AF3F (or 0x22AF3F) is unknown color: approx Dark Pastel Green. HEX triplet: 22, AF and 3F. RGB value is (34,175,63). Sum of RGB (Red+Green+Blue) = 34+175+63=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AF3F is #DD50C0. Grayscale: #787878. Windows color (decimal): -14504129 or 4173602. OLE color: 4173602.

HSL color Cylindrical-coordinate representation of color #22AF3F: hue angle of 132.34º degrees, saturation: 0.67, 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 #22AF3F is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB3417563-
CMYK0.8100.640.31
HSL132.34º67.46%40.98%-
HSV(B)132.34º80.57%68.63%-
XYZ16.8931.369.87-
YUV120.0795.7966.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 175 (68.75% from 255) = 64.34%
BLUE value IS 63 (25% from 255) = 23.16%
R=12.5%
G=64.34%
B=23.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34175630.8100.640.31132.3467.4640.98
Hex22AF3F510401F844329
Octal422577712101003720410351
Binary1000101010111111111110100010100000011111100001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,175,63); }

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

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

 a { background-color: rgb(34,175,63); }

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

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

 span { border-color: rgb(34,175,63); }

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