#226142

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

Shades of Green Pea #226142

Tints of Green Pea #226142

Color information

#226142 (or 0x226142) is unknown color: approx Green Pea. HEX triplet: 22, 61 and 42. RGB value is (34,97,66). Sum of RGB (Red+Green+Blue) = 34+97+66=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #226142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226142 is #DD9EBD. Grayscale: #4A4A4A. Windows color (decimal): -14524094 or 4350242. OLE color: 4350242.

HSL color Cylindrical-coordinate representation of color #226142: hue angle of 150.48º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226142 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB349766-
CMYK0.6500.320.62
HSL150.48º48.09%25.69%-
HSV(B)150.48º64.95%38.04%-
XYZ5.929.286.63-
YUV74.63123.1399.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=17.26%
G=49.24%
B=33.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497660.6500.320.62150.4848.0925.69
Hex226142410203E96301a
Octal42141102101040762266032
Binary10001011000011000010100000101000001111101001011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226142; }

 p { color: rgb(34,97,66); }

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

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

 a { background-color: rgb(34,97,66); }

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

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

 span { border-color: rgb(34,97,66); }

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