#225C27

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

Shades of Parsley #225C27

Tints of Parsley #225C27

Color information

#225C27 (or 0x225C27) is unknown color: approx Parsley. HEX triplet: 22, 5C and 27. RGB value is (34,92,39). Sum of RGB (Red+Green+Blue) = 34+92+39=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #225C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C27 is #DDA3D8. Grayscale: #444444. Windows color (decimal): -14525401 or 2579490. OLE color: 2579490.

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

Color convert

RGB349239-
CMYK0.6300.580.64
HSL125.17º46.03%24.71%-
HSV(B)125.17º63.04%36.08%-
XYZ4.858.143.24-
YUV68.62111.28103.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 92 (36.33% from 255) = 55.76%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=20.61%
G=55.76%
B=23.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3492390.6300.580.64125.1746.0324.71
Hex225C273F03A407d2e19
Octal4213447770721001755631
Binary100010101110010011111111101110101000000111110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,39); }

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

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

 a { background-color: rgb(34,92,39); }

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

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

 span { border-color: rgb(34,92,39); }

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