#2f6e4a

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

Shades of Green Pea #2F6E4A

Tints of Green Pea #2F6E4A

Color information

#2F6E4A (or 0x2F6E4A) is unknown color: approx Green Pea. HEX triplet: 2F, 6E and 4A. RGB value is (47,110,74). Sum of RGB (Red+Green+Blue) = 47+110+74=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E4A is #D091B5. Grayscale: #575757. Windows color (decimal): -13668790 or 4877871. OLE color: 4877871.

HSL color Cylindrical-coordinate representation of color #2F6E4A: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E4A is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB4711074-
CMYK0.5700.330.57
HSL145.71º40.13%30.78%-
HSV(B)145.71º57.27%43.14%-
XYZ7.9812.258.42-
YUV87.06120.6399.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=20.35%
G=47.62%
B=32.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110740.5700.330.57145.7140.1330.78
Hex2F6E4A390213992281f
Octal5715611271041712225037
Binary1011111101110100101011100101000011110011001001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f6e4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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