#2A5C23

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

Shades of Parsley #2A5C23

Tints of Parsley #2A5C23

Color information

#2A5C23 (or 0x2A5C23) is unknown color: approx Parsley. HEX triplet: 2A, 5C and 23. RGB value is (42,92,35). Sum of RGB (Red+Green+Blue) = 42+92+35=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5C23 is #D5A3DC. Grayscale: #464646. Windows color (decimal): -14001117 or 2317354. OLE color: 2317354.

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

Color convert

RGB429235-
CMYK0.5400.620.64
HSL112.63º44.88%24.9%-
HSV(B)112.63º61.96%36.08%-
XYZ5.098.272.92-
YUV70.55107.94107.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=24.85%
G=54.44%
B=20.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4292350.5400.620.64112.6344.8824.9
Hex2A5C233603E40712d19
Octal5213443660761001615531
Binary101010101110010001111011001111101000000111000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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