#2F6044

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

Shades of Green Pea #2F6044

Tints of Green Pea #2F6044

Color information

#2F6044 (or 0x2F6044) is unknown color: approx Green Pea. HEX triplet: 2F, 60 and 44. RGB value is (47,96,68). Sum of RGB (Red+Green+Blue) = 47+96+68=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6044 is #D09FBB. Grayscale: #4E4E4E. Windows color (decimal): -13672380 or 4481071. OLE color: 4481071.

HSL color Cylindrical-coordinate representation of color #2F6044: hue angle of 145.71º 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 #2F6044 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB479668-
CMYK0.5100.290.62
HSL145.71º34.27%28.04%-
HSV(B)145.71º51.04%37.65%-
XYZ6.49.396.94-
YUV78.16122.27105.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=22.27%
G=45.50%
B=32.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796680.5100.290.62145.7134.2728.04
Hex2F60443301D3E92221c
Octal5714010463035762224234
Binary101111110000010001001100110111011111101001001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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