#2F402E

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

Shades of Myrtle #2F402E

Tints of Myrtle #2F402E

Color information

#2F402E (or 0x2F402E) is unknown color: approx Myrtle. HEX triplet: 2F, 40 and 2E. RGB value is (47,64,46). Sum of RGB (Red+Green+Blue) = 47+64+46=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #2F402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F402E is #D0BFD1. Grayscale: #383838. Windows color (decimal): -13680594 or 3031087. OLE color: 3031087.

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

Color convert

RGB476446-
CMYK0.2700.280.75
HSL116.67º16.36%21.57%-
HSV(B)116.67º28.12%25.1%-
XYZ3.54.473.26-
YUV56.86121.87120.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=29.94%
G=40.76%
B=29.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764460.2700.280.75116.6716.3621.57
Hex2F402E1B01C4B751016
Octal5710056330341131652026
Binary101111100000010111011011011100100101111101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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