#2F684A

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

Shades of Green Pea #2F684A

Tints of Green Pea #2F684A

Color information

#2F684A (or 0x2F684A) is unknown color: approx Green Pea. HEX triplet: 2F, 68 and 4A. RGB value is (47,104,74). Sum of RGB (Red+Green+Blue) = 47+104+74=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #2F684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F684A is #D097B5. Grayscale: #535353. Windows color (decimal): -13670326 or 4876335. OLE color: 4876335.

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

Color convert

RGB4710474-
CMYK0.5500.290.59
HSL148.42º37.75%29.61%-
HSV(B)148.42º54.81%40.78%-
XYZ7.36118.21-
YUV83.54122.62101.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=20.89%
G=46.22%
B=32.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47104740.5500.290.59148.4237.7529.61
Hex2F684A3701D3B94261e
Octal5715011267035732244636
Binary101111110100010010101101110111011110111001010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,74); }

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

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

 a { background-color: rgb(47,104,74); }

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

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

 span { border-color: rgb(47,104,74); }

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