#225B2E

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

Shades of Parsley #225B2E

Tints of Parsley #225B2E

Color information

#225B2E (or 0x225B2E) is unknown color: approx Parsley. HEX triplet: 22, 5B and 2E. RGB value is (34,91,46). Sum of RGB (Red+Green+Blue) = 34+91+46=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #225B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B2E is #DDA4D1. Grayscale: #444444. Windows color (decimal): -14525650 or 3037986. OLE color: 3037986.

HSL color Cylindrical-coordinate representation of color #225B2E: hue angle of 132.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B2E is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB349146-
CMYK0.6300.490.64
HSL132.63º45.6%24.51%-
HSV(B)132.63º62.64%35.69%-
XYZ4.898.023.87-
YUV68.83115.12103.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=19.88%
G=53.22%
B=26.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491460.6300.490.64132.6345.624.51
Hex225B2E3F03140852e19
Octal4213356770611002055631
Binary1000101011011101110111111011000110000001000010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225B2E; }

 p { color: rgb(34,91,46); }

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

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

 a { background-color: rgb(34,91,46); }

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

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

 span { border-color: rgb(34,91,46); }

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