#2A6947

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

Shades of Green Pea #2A6947

Tints of Green Pea #2A6947

Color information

#2A6947 (or 0x2A6947) is unknown color: approx Green Pea. HEX triplet: 2A, 69 and 47. RGB value is (42,105,71). Sum of RGB (Red+Green+Blue) = 42+105+71=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6947 is #D596B8. Grayscale: #525252. Windows color (decimal): -13997753 or 4679978. OLE color: 4679978.

HSL color Cylindrical-coordinate representation of color #2A6947: hue angle of 147.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6947 is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB4210571-
CMYK0.600.320.59
HSL147.62º42.86%28.82%-
HSV(B)147.62º60%41.18%-
XYZ7.1411.057.72-
YUV82.29121.6399.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=19.27%
G=48.17%
B=32.57%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105710.600.320.59147.6242.8628.82
Hex2A69473C0203B942b1d
Octal5215110774040732245335
Binary1010101101001100011111110001000001110111001010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,71); }

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

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

 a { background-color: rgb(42,105,71); }

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

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

 span { border-color: rgb(42,105,71); }

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