#226a41

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

Shades of Green Pea #226A41

Tints of Green Pea #226A41

Color information

#226A41 (or 0x226A41) is unknown color: approx Green Pea. HEX triplet: 22, 6A and 41. RGB value is (34,106,65). Sum of RGB (Red+Green+Blue) = 34+106+65=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #226A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226A41 is #DD95BE. Grayscale: #4F4F4F. Windows color (decimal): -14521791 or 4287010. OLE color: 4287010.

HSL color Cylindrical-coordinate representation of color #226A41: hue angle of 145.83º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226A41 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB3410665-
CMYK0.6800.390.58
HSL145.83º51.43%27.45%-
HSV(B)145.83º67.92%41.57%-
XYZ6.7711.036.77-
YUV79.8119.6595.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 106 (41.80% from 255) = 51.71%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=16.59%
G=51.71%
B=31.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34106650.6800.390.58145.8351.4327.45
Hex226A41440273A92331b
Octal42152101104047722226333
Binary10001011010101000001100010001001111110101001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226a41; }

 p { color: rgb(34,106,65); }

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

<style>
 a { background-color: #226a41; }

 a { background-color: rgb(34,106,65); }

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

<style>
 span { border-color: #226a41; }

 span { border-color: rgb(34,106,65); }

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