#2B580C

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

Shades of Myrtle #2B580C

Tints of Myrtle #2B580C

Color information

#2B580C (or 0x2B580C) is unknown color: approx Myrtle. HEX triplet: 2B, 58 and 0C. RGB value is (43,88,12). Sum of RGB (Red+Green+Blue) = 43+88+12=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #2B580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B580C is #D4A7F3. Grayscale: #424242. Windows color (decimal): -13936628 or 809003. OLE color: 809003.

HSL color Cylindrical-coordinate representation of color #2B580C: hue angle of 95.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B580C is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB438812-
CMYK0.5100.860.65
HSL95.53º76%19.61%-
HSV(B)95.53º86.36%34.51%-
XYZ4.557.521.56-
YUV65.8897.59111.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=30.07%
G=61.54%
B=8.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4388120.5100.860.6595.537619.61
Hex2B58C3305641604c14
Octal531301463012610114011424
Binary101011101100011001100110101011010000011100000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,12); }

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

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

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

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

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

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

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