#2F3F2E

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

Shades of Myrtle #2F3F2E

Tints of Myrtle #2F3F2E

Color information

#2F3F2E (or 0x2F3F2E) is unknown color: approx Myrtle. HEX triplet: 2F, 3F and 2E. RGB value is (47,63,46). Sum of RGB (Red+Green+Blue) = 47+63+46=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F2E is #D0C0D1. Grayscale: #383838. Windows color (decimal): -13680850 or 3030831. OLE color: 3030831.

HSL color Cylindrical-coordinate representation of color #2F3F2E: hue angle of 116.47º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F3F2E is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB476346-
CMYK0.2500.270.75
HSL116.47º15.6%21.37%-
HSV(B)116.47º26.98%24.71%-
XYZ3.444.363.24-
YUV56.28122.2121.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=30.13%
G=40.38%
B=29.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4763460.2500.270.75116.4715.621.37
Hex2F3F2E1901B4B741015
Octal577756310331131642025
Binary10111111111110111011001011011100101111101001000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,63,46); }

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

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

 a { background-color: rgb(47,63,46); }

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

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

 span { border-color: rgb(47,63,46); }

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