#2C462B

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

Shades of Myrtle #2C462B

Tints of Myrtle #2C462B

Color information

#2C462B (or 0x2C462B) is unknown color: approx Myrtle. HEX triplet: 2C, 46 and 2B. RGB value is (44,70,43). Sum of RGB (Red+Green+Blue) = 44+70+43=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #2C462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C462B is #D3B9D4. Grayscale: #3B3B3B. Windows color (decimal): -13875669 or 2836012. OLE color: 2836012.

HSL color Cylindrical-coordinate representation of color #2C462B: hue angle of 117.78º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C462B is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB447043-
CMYK0.3700.390.73
HSL117.78º23.89%22.16%-
HSV(B)117.78º38.57%27.45%-
XYZ3.665.093.07-
YUV59.15118.89117.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=28.03%
G=44.59%
B=27.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470430.3700.390.73117.7823.8922.16
Hex2C462B2502749761816
Octal5410653450471111663026
Binary10110010001101010111001010100111100100111101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,43); }

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

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

 a { background-color: rgb(44,70,43); }

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

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

 span { border-color: rgb(44,70,43); }

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