#2A5C36

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

Shades of Parsley #2A5C36

Tints of Parsley #2A5C36

Color information

#2A5C36 (or 0x2A5C36) is unknown color: approx Parsley. HEX triplet: 2A, 5C and 36. RGB value is (42,92,54). Sum of RGB (Red+Green+Blue) = 42+92+54=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5C36 is #D5A3C9. Grayscale: #484848. Windows color (decimal): -14001098 or 3562538. OLE color: 3562538.

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

Color convert

RGB429254-
CMYK0.5400.410.64
HSL134.4º37.31%26.27%-
HSV(B)134.4º54.35%36.08%-
XYZ5.458.414.83-
YUV72.72117.44106.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=22.34%
G=48.94%
B=28.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4292540.5400.410.64134.437.3126.27
Hex2A5C36360294086251a
Octal5213466660511002064532
Binary1010101011100110110110110010100110000001000011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,92,54); }

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

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

 a { background-color: rgb(42,92,54); }

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

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

 span { border-color: rgb(42,92,54); }

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