#2A6F47

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

Shades of Green Pea #2A6F47

Tints of Green Pea #2A6F47

Color information

#2A6F47 (or 0x2A6F47) is unknown color: approx Green Pea. HEX triplet: 2A, 6F and 47. RGB value is (42,111,71). Sum of RGB (Red+Green+Blue) = 42+111+71=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6F47 is #D590B8. Grayscale: #555555. Windows color (decimal): -13996217 or 4681514. OLE color: 4681514.

HSL color Cylindrical-coordinate representation of color #2A6F47: hue angle of 145.22º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6F47 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB4211171-
CMYK0.6200.360.56
HSL145.22º45.1%30%-
HSV(B)145.22º62.16%43.53%-
XYZ7.7812.327.93-
YUV85.81119.6496.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=18.75%
G=49.55%
B=31.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42111710.6200.360.56145.2245.130
Hex2A6F473E02438912d1e
Octal5215710776044702215536
Binary1010101101111100011111111001001001110001001000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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