#225F2B

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

Shades of Parsley #225F2B

Tints of Parsley #225F2B

Color information

#225F2B (or 0x225F2B) is unknown color: approx Parsley. HEX triplet: 22, 5F and 2B. RGB value is (34,95,43). Sum of RGB (Red+Green+Blue) = 34+95+43=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #225F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225F2B is #DDA0D4. Grayscale: #464646. Windows color (decimal): -14524629 or 2842402. OLE color: 2842402.

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

Color convert

RGB349543-
CMYK0.6400.550.63
HSL128.85º47.29%25.29%-
HSV(B)128.85º64.21%37.25%-
XYZ5.198.73.69-
YUV70.83112.29101.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 95 (37.5% from 255) = 55.23%
BLUE value IS 43 (17.19% from 255) = 25%
R=19.77%
G=55.23%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495430.6400.550.63128.8547.2925.29
Hex225F2B400373F812f19
Octal4213753100067772015731
Binary1000101011111101011100000001101111111111000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,43); }

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

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

 a { background-color: rgb(34,95,43); }

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

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

 span { border-color: rgb(34,95,43); }

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