#226028

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

Shades of Parsley #226028

Tints of Parsley #226028

Color information

#226028 (or 0x226028) is unknown color: approx Parsley. HEX triplet: 22, 60 and 28. RGB value is (34,96,40). Sum of RGB (Red+Green+Blue) = 34+96+40=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #226028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226028 is #DD9FD7. Grayscale: #474747. Windows color (decimal): -14524376 or 2646050. OLE color: 2646050.

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

Color convert

RGB349640-
CMYK0.6500.580.62
HSL125.81º47.69%25.49%-
HSV(B)125.81º64.58%37.65%-
XYZ5.238.863.44-
YUV71.08110.46101.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=20%
G=56.47%
B=23.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496400.6500.580.62125.8147.6925.49
Hex2260284103A3E7e3019
Octal4214050101072761766031
Binary100010110000010100010000010111010111110111111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226028; }

 p { color: rgb(34,96,40); }

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

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

 a { background-color: rgb(34,96,40); }

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

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

 span { border-color: rgb(34,96,40); }

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