#2F3E2E

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

Shades of Myrtle #2F3E2E

Tints of Myrtle #2F3E2E

Color information

#2F3E2E (or 0x2F3E2E) is unknown color: approx Myrtle. HEX triplet: 2F, 3E and 2E. RGB value is (47,62,46). Sum of RGB (Red+Green+Blue) = 47+62+46=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E2E is #D0C1D1. Grayscale: #373737. Windows color (decimal): -13681106 or 3030575. OLE color: 3030575.

HSL color Cylindrical-coordinate representation of color #2F3E2E: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2F3E2E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB476246-
CMYK0.2400.260.76
HSL116.25º14.81%21.18%-
HSV(B)116.25º25.81%24.31%-
XYZ3.394.253.23-
YUV55.69122.53121.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=30.32%
G=40%
B=29.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4762460.2400.260.76116.2514.8121.18
Hex2F3E2E1801A4C74f15
Octal577656300321141641725
Binary1011111111101011101100001101010011001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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