#226940

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

Shades of Green Pea #226940

Tints of Green Pea #226940

Color information

#226940 (or 0x226940) is unknown color: approx Green Pea. HEX triplet: 22, 69 and 40. RGB value is (34,105,64). Sum of RGB (Red+Green+Blue) = 34+105+64=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #226940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226940 is #DD96BF. Grayscale: #4F4F4F. Windows color (decimal): -14522048 or 4221218. OLE color: 4221218.

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

Color convert

RGB3410564-
CMYK0.6800.390.59
HSL145.35º51.08%27.25%-
HSV(B)145.35º67.62%41.18%-
XYZ6.6410.816.59-
YUV79.1119.4895.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=16.75%
G=51.72%
B=31.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34105640.6800.390.59145.3551.0827.25
Hex226940440273B91331b
Octal42151100104047732216333
Binary10001011010011000000100010001001111110111001000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226940; }

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

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

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

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

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

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

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

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