#2B432A

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

Shades of Myrtle #2B432A

Tints of Myrtle #2B432A

Color information

#2B432A (or 0x2B432A) is unknown color: approx Myrtle. HEX triplet: 2B, 43 and 2A. RGB value is (43,67,42). Sum of RGB (Red+Green+Blue) = 43+67+42=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432A is #D4BCD5. Grayscale: #393939. Windows color (decimal): -13941974 or 2769707. OLE color: 2769707.

HSL color Cylindrical-coordinate representation of color #2B432A: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B432A is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB436742-
CMYK0.3600.370.74
HSL117.6º22.94%21.37%-
HSV(B)117.6º37.31%26.27%-
XYZ3.424.72.92-
YUV56.97119.55118.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.29%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=28.29%
G=44.08%
B=27.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367420.3600.370.74117.622.9421.37
Hex2B432A240254A761715
Octal5310352440451121662725
Binary10101110000111010101001000100101100101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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