#2F6647

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

Shades of Green Pea #2F6647

Tints of Green Pea #2F6647

Color information

#2F6647 (or 0x2F6647) is unknown color: approx Green Pea. HEX triplet: 2F, 66 and 47. RGB value is (47,102,71). Sum of RGB (Red+Green+Blue) = 47+102+71=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6647 is #D099B8. Grayscale: #525252. Windows color (decimal): -13670841 or 4679215. OLE color: 4679215.

HSL color Cylindrical-coordinate representation of color #2F6647: hue angle of 146.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6647 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB4710271-
CMYK0.5400.300.6
HSL146.18º36.91%29.22%-
HSV(B)146.18º53.92%40%-
XYZ7.0610.567.63-
YUV82.02121.78103.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.36%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=21.36%
G=46.36%
B=32.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47102710.5400.300.6146.1836.9129.22
Hex2F66473601E3C92251d
Octal5714610766036742224535
Binary101111110011010001111101100111101111001001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,71); }

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

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

 a { background-color: rgb(47,102,71); }

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

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

 span { border-color: rgb(47,102,71); }

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