#2F422E

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

Shades of Myrtle #2F422E

Tints of Myrtle #2F422E

Color information

#2F422E (or 0x2F422E) is unknown color: approx Myrtle. HEX triplet: 2F, 42 and 2E. RGB value is (47,66,46). Sum of RGB (Red+Green+Blue) = 47+66+46=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422E is #D0BDD1. Grayscale: #3A3A3A. Windows color (decimal): -13680082 or 3031599. OLE color: 3031599.

HSL color Cylindrical-coordinate representation of color #2F422E: hue angle of 117º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F422E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB476646-
CMYK0.2900.300.74
HSL117º17.86%21.96%-
HSV(B)117º30.3%25.88%-
XYZ3.614.73.3-
YUV58.04121.21120.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=29.56%
G=41.51%
B=28.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766460.2900.300.7411717.8621.96
Hex2F422E1D01E4A751216
Octal5710256350361121652226
Binary101111100001010111011101011110100101011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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