#225E2C

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

Shades of Parsley #225E2C

Tints of Parsley #225E2C

Color information

#225E2C (or 0x225E2C) is unknown color: approx Parsley. HEX triplet: 22, 5E and 2C. RGB value is (34,94,44). Sum of RGB (Red+Green+Blue) = 34+94+44=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #225E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E2C is #DDA1D3. Grayscale: #464646. Windows color (decimal): -14524884 or 2907682. OLE color: 2907682.

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

Color convert

RGB349444-
CMYK0.6400.530.63
HSL130º46.88%25.1%-
HSV(B)130º63.83%36.86%-
XYZ5.128.533.76-
YUV70.36113.12102.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 94 (37.11% from 255) = 54.65%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=19.77%
G=54.65%
B=25.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3494440.6400.530.6313046.8825.1
Hex225E2C400353F822f19
Octal4213654100065772025731
Binary1000101011110101100100000001101011111111000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,94,44); }

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

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

 a { background-color: rgb(34,94,44); }

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

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

 span { border-color: rgb(34,94,44); }

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