#2F6F48

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

Shades of Green Pea #2F6F48

Tints of Green Pea #2F6F48

Color information

#2F6F48 (or 0x2F6F48) is unknown color: approx Green Pea. HEX triplet: 2F, 6F and 48. RGB value is (47,111,72). Sum of RGB (Red+Green+Blue) = 47+111+72=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F48 is #D090B7. Grayscale: #575757. Windows color (decimal): -13668536 or 4747055. OLE color: 4747055.

HSL color Cylindrical-coordinate representation of color #2F6F48: hue angle of 143.44º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F48 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB4711172-
CMYK0.5800.350.56
HSL143.44º40.51%30.98%-
HSV(B)143.44º57.66%43.53%-
XYZ8.0312.448.11-
YUV87.42119.399.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.43%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=20.43%
G=48.26%
B=31.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111720.5800.350.56143.4440.5130.98
Hex2F6F483A023388f291f
Octal5715711072043702175137
Binary1011111101111100100011101001000111110001000111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,72); }

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

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

 a { background-color: rgb(47,111,72); }

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

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

 span { border-color: rgb(47,111,72); }

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