#2F6043

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

Shades of Green Pea #2F6043

Tints of Green Pea #2F6043

Color information

#2F6043 (or 0x2F6043) is unknown color: approx Green Pea. HEX triplet: 2F, 60 and 43. RGB value is (47,96,67). Sum of RGB (Red+Green+Blue) = 47+96+67=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6043 is #D09FBC. Grayscale: #4E4E4E. Windows color (decimal): -13672381 or 4415535. OLE color: 4415535.

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

Color convert

RGB479667-
CMYK0.5100.300.62
HSL144.49º34.27%28.04%-
HSV(B)144.49º51.04%37.65%-
XYZ6.379.386.78-
YUV78.04121.77105.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=22.38%
G=45.71%
B=31.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796670.5100.300.62144.4934.2728.04
Hex2F60433301E3E90221c
Octal5714010363036762204234
Binary101111110000010000111100110111101111101001000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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