#22BD4C

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

Shades of Dark Pastel Green #22BD4C

Tints of Dark Pastel Green #22BD4C

Color information

#22BD4C (or 0x22BD4C) is unknown color: approx Dark Pastel Green. HEX triplet: 22, BD and 4C. RGB value is (34,189,76). Sum of RGB (Red+Green+Blue) = 34+189+76=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD4C is #DD42B3. Grayscale: #828282. Windows color (decimal): -14500532 or 5029154. OLE color: 5029154.

HSL color Cylindrical-coordinate representation of color #22BD4C: hue angle of 136.26º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BD4C is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB3418976-
CMYK0.8200.600.26
HSL136.26º69.51%43.73%-
HSV(B)136.26º82.01%74.12%-
XYZ20.1637.2612.97-
YUV129.7797.6559.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=11.37%
G=63.21%
B=25.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34189760.8200.600.26136.2669.5143.73
Hex22BD4C5203C1A88462c
Octal422751141220743221010654
Binary1000101011110110011001010010011110011010100010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,189,76); }

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

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

 a { background-color: rgb(34,189,76); }

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

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

 span { border-color: rgb(34,189,76); }

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