#2C412A

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

Shades of Myrtle #2C412A

Tints of Myrtle #2C412A

Color information

#2C412A (or 0x2C412A) is unknown color: approx Myrtle. HEX triplet: 2C, 41 and 2A. RGB value is (44,65,42). Sum of RGB (Red+Green+Blue) = 44+65+42=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #2C412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C412A is #D3BED5. Grayscale: #383838. Windows color (decimal): -13876950 or 2769196. OLE color: 2769196.

HSL color Cylindrical-coordinate representation of color #2C412A: hue angle of 114.78º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C412A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB446542-
CMYK0.3200.350.75
HSL114.78º21.5%20.98%-
HSV(B)114.78º35.38%25.49%-
XYZ3.354.482.88-
YUV56.1120.04119.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=29.14%
G=43.05%
B=27.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465420.3200.350.75114.7821.520.98
Hex2C412A200234B731515
Octal5410152400431131632525
Binary10110010000011010101000000100011100101111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,42); }

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

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

 a { background-color: rgb(44,65,42); }

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

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

 span { border-color: rgb(44,65,42); }

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