#2F412E

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

Shades of Myrtle #2F412E

Tints of Myrtle #2F412E

Color information

#2F412E (or 0x2F412E) is unknown color: approx Myrtle. HEX triplet: 2F, 41 and 2E. RGB value is (47,65,46). Sum of RGB (Red+Green+Blue) = 47+65+46=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #2F412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F412E is #D0BED1. Grayscale: #393939. Windows color (decimal): -13680338 or 3031343. OLE color: 3031343.

HSL color Cylindrical-coordinate representation of color #2F412E: hue angle of 116.84º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F412E is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB476546-
CMYK0.2800.290.75
HSL116.84º17.12%21.76%-
HSV(B)116.84º29.23%25.49%-
XYZ3.564.583.28-
YUV57.45121.54120.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=29.75%
G=41.14%
B=29.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765460.2800.290.75116.8417.1221.76
Hex2F412E1C01D4B751116
Octal5710156340351131652126
Binary101111100000110111011100011101100101111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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