#2A4F30

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

Shades of Parsley #2A4F30

Tints of Parsley #2A4F30

Color information

#2A4F30 (or 0x2A4F30) is unknown color: approx Parsley. HEX triplet: 2A, 4F and 30. RGB value is (42,79,48). Sum of RGB (Red+Green+Blue) = 42+79+48=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F30 is #D5B0CF. Grayscale: #404040. Windows color (decimal): -14004432 or 3165994. OLE color: 3165994.

HSL color Cylindrical-coordinate representation of color #2A4F30: hue angle of 129.73º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F30 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB427948-
CMYK0.4700.390.69
HSL129.73º30.58%23.73%-
HSV(B)129.73º46.84%30.98%-
XYZ4.286.33.79-
YUV64.4118.74112.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=24.85%
G=46.75%
B=28.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279480.4700.390.69129.7330.5823.73
Hex2A4F302F02745821f18
Octal5211760570471052023730
Binary101010100111111000010111101001111000101100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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