#225A40

Color #225A40 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #225A40

Tints of Green Pea #225A40

Color information

#225A40 (or 0x225A40) is unknown color: approx Green Pea. HEX triplet: 22, 5A and 40. RGB value is (34,90,64). Sum of RGB (Red+Green+Blue) = 34+90+64=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #225A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A40 is #DDA5BF. Grayscale: #464646. Windows color (decimal): -14525888 or 4217378. OLE color: 4217378.

HSL color Cylindrical-coordinate representation of color #225A40: hue angle of 152.14º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A40 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB349064-
CMYK0.6200.290.65
HSL152.14º45.16%24.31%-
HSV(B)152.14º62.22%35.29%-
XYZ5.248.026.12-
YUV70.29124.45102.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=18.09%
G=47.87%
B=34.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490640.6200.290.65152.1445.1624.31
Hex225A403E01D41982d18
Octal42132100760351012305530
Binary1000101011010100000011111001110110000011001100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A40; }

 p { color: rgb(34,90,64); }

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

<style>
 a { background-color: #225A40; }

 a { background-color: rgb(34,90,64); }

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

<style>
 span { border-color: #225A40; }

 span { border-color: rgb(34,90,64); }

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