#2A5230

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

Shades of Parsley #2A5230

Tints of Parsley #2A5230

Color information

#2A5230 (or 0x2A5230) is unknown color: approx Parsley. HEX triplet: 2A, 52 and 30. RGB value is (42,82,48). Sum of RGB (Red+Green+Blue) = 42+82+48=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5230 is #D5ADCF. Grayscale: #424242. Windows color (decimal): -14003664 or 3166762. OLE color: 3166762.

HSL color Cylindrical-coordinate representation of color #2A5230: hue angle of 129º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5230 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB428248-
CMYK0.4900.410.68
HSL129º32.26%24.31%-
HSV(B)129º48.78%32.16%-
XYZ4.516.743.86-
YUV66.16117.75110.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=24.42%
G=47.67%
B=27.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282480.4900.410.6812932.2624.31
Hex2A52303102944812018
Octal5212260610511042014030
Binary1010101010010110000110001010100110001001000000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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