#2A5A25

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

Shades of Parsley #2A5A25

Tints of Parsley #2A5A25

Color information

#2A5A25 (or 0x2A5A25) is unknown color: approx Parsley. HEX triplet: 2A, 5A and 25. RGB value is (42,90,37). Sum of RGB (Red+Green+Blue) = 42+90+37=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A25 is #D5A5DA. Grayscale: #454545. Windows color (decimal): -14001627 or 2447914. OLE color: 2447914.

HSL color Cylindrical-coordinate representation of color #2A5A25: hue angle of 114.34º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A5A25 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB429037-
CMYK0.5300.590.65
HSL114.34º41.73%24.9%-
HSV(B)114.34º58.89%35.29%-
XYZ4.947.943.02-
YUV69.61109.6108.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=24.85%
G=53.25%
B=21.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4290370.5300.590.65114.3441.7324.9
Hex2A5A253503B41722a19
Octal5213245650731011625231
Binary101010101101010010111010101110111000001111001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,37); }

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

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

 a { background-color: rgb(42,90,37); }

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

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

 span { border-color: rgb(42,90,37); }

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