#2A6331

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

Shades of Parsley #2A6331

Tints of Parsley #2A6331

Color information

#2A6331 (or 0x2A6331) is unknown color: approx Parsley. HEX triplet: 2A, 63 and 31. RGB value is (42,99,49). Sum of RGB (Red+Green+Blue) = 42+99+49=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6331 is #D59CCE. Grayscale: #4C4C4C. Windows color (decimal): -13999311 or 3236650. OLE color: 3236650.

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

Color convert

RGB429949-
CMYK0.5800.510.61
HSL127.37º40.43%27.65%-
HSV(B)127.37º57.58%38.82%-
XYZ5.979.644.45-
YUV76.26112.62103.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=22.11%
G=52.11%
B=25.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299490.5800.510.61127.3740.4327.65
Hex2A63313A0333D7f281c
Octal521436172063751775034
Binary10101011000111100011110100110011111101111111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,49); }

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

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

 a { background-color: rgb(42,99,49); }

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

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

 span { border-color: rgb(42,99,49); }

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