#2A5D2C

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

Shades of Parsley #2A5D2C

Tints of Parsley #2A5D2C

Color information

#2A5D2C (or 0x2A5D2C) is unknown color: approx Parsley. HEX triplet: 2A, 5D and 2C. RGB value is (42,93,44). Sum of RGB (Red+Green+Blue) = 42+93+44=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D2C is #D5A2D3. Grayscale: #484848. Windows color (decimal): -14000852 or 2907434. OLE color: 2907434.

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

Color convert

RGB429344-
CMYK0.5500.530.64
HSL122.35º37.78%26.47%-
HSV(B)122.35º54.84%36.47%-
XYZ5.328.53.74-
YUV72.17112.1106.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=23.46%
G=51.96%
B=24.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4293440.5500.530.64122.3537.7826.47
Hex2A5D2C37035407a261a
Octal5213554670651001724632
Binary101010101110110110011011101101011000000111101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,44); }

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

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

 a { background-color: rgb(42,93,44); }

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

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

 span { border-color: rgb(42,93,44); }

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