#225129

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

Shades of Parsley #225129

Tints of Parsley #225129

Color information

#225129 (or 0x225129) is unknown color: approx Parsley. HEX triplet: 22, 51 and 29. RGB value is (34,81,41). Sum of RGB (Red+Green+Blue) = 34+81+41=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #225129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225129 is #DDAED6. Grayscale: #3E3E3E. Windows color (decimal): -14528215 or 2707746. OLE color: 2707746.

HSL color Cylindrical-coordinate representation of color #225129: hue angle of 128.94º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225129 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB348141-
CMYK0.5800.490.68
HSL128.94º40.87%22.55%-
HSV(B)128.94º58.02%31.76%-
XYZ46.393.12-
YUV62.39115.93107.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=21.79%
G=51.92%
B=26.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481410.5800.490.68128.9440.8722.55
Hex2251293A03144812917
Octal4212151720611042015127
Binary1000101010001101001111010011000110001001000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225129; }

 p { color: rgb(34,81,41); }

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

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

 a { background-color: rgb(34,81,41); }

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

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

 span { border-color: rgb(34,81,41); }

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