#2A6040

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

Shades of Green Pea #2A6040

Tints of Green Pea #2A6040

Color information

#2A6040 (or 0x2A6040) is unknown color: approx Green Pea. HEX triplet: 2A, 60 and 40. RGB value is (42,96,64). Sum of RGB (Red+Green+Blue) = 42+96+64=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6040 is #D59FBF. Grayscale: #4C4C4C. Windows color (decimal): -14000064 or 4218922. OLE color: 4218922.

HSL color Cylindrical-coordinate representation of color #2A6040: hue angle of 144.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A6040 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB429664-
CMYK0.5600.330.62
HSL144.44º39.13%27.06%-
HSV(B)144.44º56.25%37.65%-
XYZ6.069.236.31-
YUV76.21121.11103.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=20.79%
G=47.52%
B=31.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296640.5600.330.62144.4439.1327.06
Hex2A6040380213E90271b
Octal5214010070041762204733
Binary1010101100000100000011100001000011111101001000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,64); }

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

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

 a { background-color: rgb(42,96,64); }

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

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

 span { border-color: rgb(42,96,64); }

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