#2C402A

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

Shades of Myrtle #2C402A

Tints of Myrtle #2C402A

Color information

#2C402A (or 0x2C402A) is unknown color: approx Myrtle. HEX triplet: 2C, 40 and 2A. RGB value is (44,64,42). Sum of RGB (Red+Green+Blue) = 44+64+42=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #2C402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C402A is #D3BFD5. Grayscale: #373737. Windows color (decimal): -13877206 or 2768940. OLE color: 2768940.

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

Color convert

RGB446442-
CMYK0.3100.340.75
HSL114.55º20.75%20.78%-
HSV(B)114.55º34.38%25.1%-
XYZ3.294.372.86-
YUV55.51120.37119.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=29.33%
G=42.67%
B=28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464420.3100.340.75114.5520.7520.78
Hex2C402A1F0224B731515
Octal5410052370421131632525
Binary1011001000000101010111110100010100101111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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