#2F6341

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

Shades of Green Pea #2F6341

Tints of Green Pea #2F6341

Color information

#2F6341 (or 0x2F6341) is unknown color: approx Green Pea. HEX triplet: 2F, 63 and 41. RGB value is (47,99,65). Sum of RGB (Red+Green+Blue) = 47+99+65=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6341 is #D09CBE. Grayscale: #4F4F4F. Windows color (decimal): -13671615 or 4285231. OLE color: 4285231.

HSL color Cylindrical-coordinate representation of color #2F6341: hue angle of 140.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6341 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB479965-
CMYK0.5300.340.61
HSL140.77º35.62%28.63%-
HSV(B)140.77º52.53%38.82%-
XYZ6.599.916.57-
YUV79.58119.77104.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=22.27%
G=46.92%
B=30.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799650.5300.340.61140.7735.6228.63
Hex2F6341350223D8d241d
Octal5714310165042752154435
Binary1011111100011100000111010101000101111011000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,99,65); }

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

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

 a { background-color: rgb(47,99,65); }

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

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

 span { border-color: rgb(47,99,65); }

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