#225028

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

Shades of Parsley #225028

Tints of Parsley #225028

Color information

#225028 (or 0x225028) is unknown color: approx Parsley. HEX triplet: 22, 50 and 28. RGB value is (34,80,40). Sum of RGB (Red+Green+Blue) = 34+80+40=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #225028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225028 is #DDAFD7. Grayscale: #3D3D3D. Windows color (decimal): -14528472 or 2641954. OLE color: 2641954.

HSL color Cylindrical-coordinate representation of color #225028: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225028 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB348040-
CMYK0.5800.50.69
HSL127.83º40.35%22.35%-
HSV(B)127.83º57.5%31.37%-
XYZ3.916.233-
YUV61.69115.76108.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=22.08%
G=51.95%
B=25.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480400.5800.50.69127.8340.3522.35
Hex2250283A03245802816
Octal4212050720621052005026
Binary1000101010000101000111010011001010001011000000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225028; }

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

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

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

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

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

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

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

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