#226A48

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

Shades of Green Pea #226A48

Tints of Green Pea #226A48

Color information

#226A48 (or 0x226A48) is unknown color: approx Green Pea. HEX triplet: 22, 6A and 48. RGB value is (34,106,72). Sum of RGB (Red+Green+Blue) = 34+106+72=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #226A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226A48 is #DD95B7. Grayscale: #505050. Windows color (decimal): -14521784 or 4745762. OLE color: 4745762.

HSL color Cylindrical-coordinate representation of color #226A48: hue angle of 151.67º 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 #226A48 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB3410672-
CMYK0.6800.320.58
HSL151.67º51.43%27.45%-
HSV(B)151.67º67.92%41.57%-
XYZ6.9811.127.91-
YUV80.6123.1594.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=16.04%
G=50%
B=33.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34106720.6800.320.58151.6751.4327.45
Hex226A48440203A98331b
Octal42152110104040722306333
Binary10001011010101001000100010001000001110101001100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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