#22AD3D

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

Shades of Dark Pastel Green #22AD3D

Tints of Dark Pastel Green #22AD3D

Color information

#22AD3D (or 0x22AD3D) is unknown color: approx Dark Pastel Green. HEX triplet: 22, AD and 3D. RGB value is (34,173,61). Sum of RGB (Red+Green+Blue) = 34+173+61=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #22AD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AD3D is #DD52C2. Grayscale: #767676. Windows color (decimal): -14504643 or 4042018. OLE color: 4042018.

HSL color Cylindrical-coordinate representation of color #22AD3D: hue angle of 131.65º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AD3D is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB3417361-
CMYK0.8000.650.32
HSL131.65º67.15%40.59%-
HSV(B)131.65º80.35%67.84%-
XYZ16.4530.569.45-
YUV118.6795.4567.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 173 (67.97% from 255) = 64.55%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=12.69%
G=64.55%
B=22.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34173610.8000.650.32131.6567.1540.59
Hex22AD3D5004120844329
Octal422557512001014020410351
Binary10001010101101111101101000001000001100000100001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,173,61); }

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

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

 a { background-color: rgb(34,173,61); }

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

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

 span { border-color: rgb(34,173,61); }

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