#2A6535

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

Shades of Parsley #2A6535

Tints of Parsley #2A6535

Color information

#2A6535 (or 0x2A6535) is unknown color: approx Parsley. HEX triplet: 2A, 65 and 35. RGB value is (42,101,53). Sum of RGB (Red+Green+Blue) = 42+101+53=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6535 is #D59ACA. Grayscale: #4E4E4E. Windows color (decimal): -13998795 or 3499306. OLE color: 3499306.

HSL color Cylindrical-coordinate representation of color #2A6535: hue angle of 131.19º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6535 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB4210153-
CMYK0.5800.480.60
HSL131.19º41.26%28.04%-
HSV(B)131.19º58.42%39.61%-
XYZ6.2510.064.98-
YUV77.89113.95102.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=21.43%
G=51.53%
B=27.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101530.5800.480.60131.1941.2628.04
Hex2A65353A0303C83291c
Octal521456572060742035134
Binary101010110010111010111101001100001111001000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,53); }

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

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

 a { background-color: rgb(42,101,53); }

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

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

 span { border-color: rgb(42,101,53); }

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