#226840

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

Shades of Green Pea #226840

Tints of Green Pea #226840

Color information

#226840 (or 0x226840) is unknown color: approx Green Pea. HEX triplet: 22, 68 and 40. RGB value is (34,104,64). Sum of RGB (Red+Green+Blue) = 34+104+64=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #226840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226840 is #DD97BF. Grayscale: #4E4E4E. Windows color (decimal): -14522304 or 4220962. OLE color: 4220962.

HSL color Cylindrical-coordinate representation of color #226840: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226840 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB3410464-
CMYK0.6700.380.59
HSL145.71º50.72%27.06%-
HSV(B)145.71º67.31%40.78%-
XYZ6.5410.616.55-
YUV78.51119.8196.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=16.83%
G=51.49%
B=31.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104640.6700.380.59145.7150.7227.06
Hex226840430263B92331b
Octal42150100103046732226333
Binary10001011010001000000100001101001101110111001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226840; }

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

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

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

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

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

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

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

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