#2A402A

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

Shades of Myrtle #2A402A

Tints of Myrtle #2A402A

Color information

#2A402A (or 0x2A402A) is unknown color: approx Myrtle. HEX triplet: 2A, 40 and 2A. RGB value is (42,64,42). Sum of RGB (Red+Green+Blue) = 42+64+42=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #2A402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A402A is #D5BFD5. Grayscale: #363636. Windows color (decimal): -14008278 or 2768938. OLE color: 2768938.

HSL color Cylindrical-coordinate representation of color #2A402A: hue angle of 120º 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 #2A402A is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB426442-
CMYK0.3400.340.75
HSL120º20.75%20.78%-
HSV(B)120º34.38%25.1%-
XYZ3.214.332.86-
YUV54.91120.71118.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.38%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=28.38%
G=43.24%
B=28.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264420.3400.340.7512020.7520.78
Hex2A402A220224B781515
Octal5210052420421131702525
Binary10101010000001010101000100100010100101111110001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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