#226146

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

Shades of Green Pea #226146

Tints of Green Pea #226146

Color information

#226146 (or 0x226146) is unknown color: approx Green Pea. HEX triplet: 22, 61 and 46. RGB value is (34,97,70). Sum of RGB (Red+Green+Blue) = 34+97+70=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #226146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226146 is #DD9EB9. Grayscale: #4B4B4B. Windows color (decimal): -14524090 or 4612386. OLE color: 4612386.

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

Color convert

RGB349770-
CMYK0.6500.280.62
HSL154.29º48.09%25.69%-
HSV(B)154.29º64.95%38.04%-
XYZ6.049.337.28-
YUV75.09125.1398.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=16.92%
G=48.26%
B=34.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497700.6500.280.62154.2948.0925.69
Hex2261464101C3E9a301a
Octal42141106101034762326032
Binary1000101100001100011010000010111001111101001101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226146; }

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

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

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

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

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

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

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

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