#225D2E

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

Shades of Parsley #225D2E

Tints of Parsley #225D2E

Color information

#225D2E (or 0x225D2E) is unknown color: approx Parsley. HEX triplet: 22, 5D and 2E. RGB value is (34,93,46). Sum of RGB (Red+Green+Blue) = 34+93+46=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #225D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D2E is #DDA2D1. Grayscale: #464646. Windows color (decimal): -14525138 or 3038498. OLE color: 3038498.

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

Color convert

RGB349346-
CMYK0.6300.510.64
HSL132.2º46.46%24.9%-
HSV(B)132.2º63.44%36.47%-
XYZ5.078.373.93-
YUV70114.45102.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=19.65%
G=53.76%
B=26.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493460.6300.510.64132.246.4624.9
Hex225D2E3F03340842e19
Octal4213556770631002045631
Binary1000101011101101110111111011001110000001000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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