#2B402A

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

Shades of Myrtle #2B402A

Tints of Myrtle #2B402A

Color information

#2B402A (or 0x2B402A) is unknown color: approx Myrtle. HEX triplet: 2B, 40 and 2A. RGB value is (43,64,42). Sum of RGB (Red+Green+Blue) = 43+64+42=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #2B402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B402A is #D4BFD5. Grayscale: #373737. Windows color (decimal): -13942742 or 2768939. OLE color: 2768939.

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

Color convert

RGB436442-
CMYK0.3300.340.75
HSL117.27º20.75%20.78%-
HSV(B)117.27º34.38%25.1%-
XYZ3.254.352.86-
YUV55.21120.54119.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=28.86%
G=42.95%
B=28.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364420.3300.340.75117.2720.7520.78
Hex2B402A210224B751515
Octal5310052410421131652525
Binary10101110000001010101000010100010100101111101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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