#225A44

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

Shades of Green Pea #225A44

Tints of Green Pea #225A44

Color information

#225A44 (or 0x225A44) is unknown color: approx Green Pea. HEX triplet: 22, 5A and 44. RGB value is (34,90,68). Sum of RGB (Red+Green+Blue) = 34+90+68=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #225A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A44 is #DDA5BB. Grayscale: #464646. Windows color (decimal): -14525884 or 4479522. OLE color: 4479522.

HSL color Cylindrical-coordinate representation of color #225A44: hue angle of 156.43º 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 #225A44 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB349068-
CMYK0.6200.240.65
HSL156.43º45.16%24.31%-
HSV(B)156.43º62.22%35.29%-
XYZ5.368.076.74-
YUV70.75126.45101.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=17.71%
G=46.88%
B=35.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490680.6200.240.65156.4345.1624.31
Hex225A443E018419c2d18
Octal42132104760301012345530
Binary1000101011010100010011111001100010000011001110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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