#2B402B

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

Shades of Myrtle #2B402B

Tints of Myrtle #2B402B

Color information

#2B402B (or 0x2B402B) is unknown color: approx Myrtle. HEX triplet: 2B, 40 and 2B. RGB value is (43,64,43). Sum of RGB (Red+Green+Blue) = 43+64+43=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #2B402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B402B is #D4BFD4. Grayscale: #373737. Windows color (decimal): -13942741 or 2834475. OLE color: 2834475.

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

Color convert

RGB436443-
CMYK0.3300.330.75
HSL120º19.63%20.98%-
HSV(B)120º32.81%25.1%-
XYZ3.274.352.95-
YUV55.33121.04119.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=28.67%
G=42.67%
B=28.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364430.3300.330.7512019.6320.98
Hex2B402B210214B781415
Octal5310053410411131702425
Binary10101110000001010111000010100001100101111110001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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