#22602D

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

Shades of Parsley #22602D

Tints of Parsley #22602D

Color information

#22602D (or 0x22602D) is unknown color: approx Parsley. HEX triplet: 22, 60 and 2D. RGB value is (34,96,45). Sum of RGB (Red+Green+Blue) = 34+96+45=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #22602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22602D is #DD9FD2. Grayscale: #474747. Windows color (decimal): -14524371 or 2973730. OLE color: 2973730.

HSL color Cylindrical-coordinate representation of color #22602D: hue angle of 130.65º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22602D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB349645-
CMYK0.6500.530.62
HSL130.65º47.69%25.49%-
HSV(B)130.65º64.58%37.65%-
XYZ5.328.93.92-
YUV71.65112.96101.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=19.43%
G=54.86%
B=25.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496450.6500.530.62130.6547.6925.49
Hex22602D410353E833019
Octal4214055101065762036031
Binary1000101100000101101100000101101011111101000001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22602D; }

 p { color: rgb(34,96,45); }

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

<style>
 a { background-color: #22602D; }

 a { background-color: rgb(34,96,45); }

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

<style>
 span { border-color: #22602D; }

 span { border-color: rgb(34,96,45); }

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