#2F6B4E

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

Shades of Green Pea #2F6B4E

Tints of Green Pea #2F6B4E

Color information

#2F6B4E (or 0x2F6B4E) is unknown color: approx Green Pea. HEX triplet: 2F, 6B and 4E. RGB value is (47,107,78). Sum of RGB (Red+Green+Blue) = 47+107+78=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B4E is #D094B1. Grayscale: #555555. Windows color (decimal): -13669554 or 5139247. OLE color: 5139247.

HSL color Cylindrical-coordinate representation of color #2F6B4E: hue angle of 151º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B4E is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB4710778-
CMYK0.5600.270.58
HSL151º38.96%30.2%-
HSV(B)151º56.07%41.96%-
XYZ7.8111.679.05-
YUV85.75123.62100.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=20.26%
G=46.12%
B=33.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107780.5600.270.5815138.9630.2
Hex2F6B4E3801B3A97271e
Octal5715311670033722274736
Binary101111110101110011101110000110111110101001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,78); }

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

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

 a { background-color: rgb(47,107,78); }

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

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

 span { border-color: rgb(47,107,78); }

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