#2A5930

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

Shades of Parsley #2A5930

Tints of Parsley #2A5930

Color information

#2A5930 (or 0x2A5930) is unknown color: approx Parsley. HEX triplet: 2A, 59 and 30. RGB value is (42,89,48). Sum of RGB (Red+Green+Blue) = 42+89+48=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5930 is #D5A6CF. Grayscale: #464646. Windows color (decimal): -14001872 or 3168554. OLE color: 3168554.

HSL color Cylindrical-coordinate representation of color #2A5930: hue angle of 127.66º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5930 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB428948-
CMYK0.5300.460.65
HSL127.66º35.88%25.69%-
HSV(B)127.66º52.81%34.9%-
XYZ5.067.854.04-
YUV70.27115.43107.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=23.46%
G=49.72%
B=26.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289480.5300.460.65127.6635.8825.69
Hex2A59303502E4180241a
Octal5213160650561012004432
Binary1010101011001110000110101010111010000011000000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5930; }

 p { color: rgb(42,89,48); }

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

<style>
 a { background-color: #2A5930; }

 a { background-color: rgb(42,89,48); }

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

<style>
 span { border-color: #2A5930; }

 span { border-color: rgb(42,89,48); }

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