#2F6040

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

Shades of Green Pea #2F6040

Tints of Green Pea #2F6040

Color information

#2F6040 (or 0x2F6040) is unknown color: approx Green Pea. HEX triplet: 2F, 60 and 40. RGB value is (47,96,64). Sum of RGB (Red+Green+Blue) = 47+96+64=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6040 is #D09FBF. Grayscale: #4D4D4D. Windows color (decimal): -13672384 or 4218927. OLE color: 4218927.

HSL color Cylindrical-coordinate representation of color #2F6040: hue angle of 140.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6040 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB479664-
CMYK0.5100.330.62
HSL140.82º34.27%28.04%-
HSV(B)140.82º51.04%37.65%-
XYZ6.289.346.32-
YUV77.7120.27106.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.71%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=22.71%
G=46.38%
B=30.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796640.5100.330.62140.8234.2728.04
Hex2F6040330213E8d221c
Octal5714010063041762154234
Binary1011111100000100000011001101000011111101000110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,64); }

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

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

 a { background-color: rgb(47,96,64); }

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

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

 span { border-color: rgb(47,96,64); }

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