#2B4425

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

Shades of Myrtle #2B4425

Tints of Myrtle #2B4425

Color information

#2B4425 (or 0x2B4425) is unknown color: approx Myrtle. HEX triplet: 2B, 44 and 25. RGB value is (43,68,37). Sum of RGB (Red+Green+Blue) = 43+68+37=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4425 is #D4BBDA. Grayscale: #393939. Windows color (decimal): -13941723 or 2442283. OLE color: 2442283.

HSL color Cylindrical-coordinate representation of color #2B4425: hue angle of 108.39º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4425 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB436837-
CMYK0.3700.460.73
HSL108.39º29.52%20.59%-
HSV(B)108.39º45.59%26.67%-
XYZ3.44.782.49-
YUV56.99116.72118.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.05%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 37 (14.84% from 255) = 25%
R=29.05%
G=45.95%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368370.3700.460.73108.3929.5220.59
Hex2B44252502E496c1e15
Octal5310445450561111543625
Binary10101110001001001011001010101110100100111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,37); }

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

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

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

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

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

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

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