#225D2A

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

Shades of Parsley #225D2A

Tints of Parsley #225D2A

Color information

#225D2A (or 0x225D2A) is unknown color: approx Parsley. HEX triplet: 22, 5D and 2A. RGB value is (34,93,42). Sum of RGB (Red+Green+Blue) = 34+93+42=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #225D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D2A is #DDA2D5. Grayscale: #454545. Windows color (decimal): -14525142 or 2776354. OLE color: 2776354.

HSL color Cylindrical-coordinate representation of color #225D2A: hue angle of 128.14º 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 #225D2A is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB349342-
CMYK0.6300.550.64
HSL128.14º46.46%24.9%-
HSV(B)128.14º63.44%36.47%-
XYZ4.998.343.54-
YUV69.54112.45102.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 93 (36.72% from 255) = 55.03%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=20.12%
G=55.03%
B=24.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493420.6300.550.64128.1446.4624.9
Hex225D2A3F03740802e19
Octal4213552770671002005631
Binary1000101011101101010111111011011110000001000000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,93,42); }

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

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

 a { background-color: rgb(34,93,42); }

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

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

 span { border-color: rgb(34,93,42); }

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