#2F6E4B

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

Shades of Green Pea #2F6E4B

Tints of Green Pea #2F6E4B

Color information

#2F6E4B (or 0x2F6E4B) is unknown color: approx Green Pea. HEX triplet: 2F, 6E and 4B. RGB value is (47,110,75). Sum of RGB (Red+Green+Blue) = 47+110+75=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E4B is #D091B4. Grayscale: #575757. Windows color (decimal): -13668789 or 4943407. OLE color: 4943407.

HSL color Cylindrical-coordinate representation of color #2F6E4B: hue angle of 146.67º 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 #2F6E4B is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB4711075-
CMYK0.5700.320.57
HSL146.67º40.13%30.78%-
HSV(B)146.67º57.27%43.14%-
XYZ8.0212.268.6-
YUV87.17121.1399.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=20.26%
G=47.41%
B=32.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110750.5700.320.57146.6740.1330.78
Hex2F6E4B390203993281f
Octal5715611371040712235037
Binary1011111101110100101111100101000001110011001001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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