#2B5C09

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

Shades of Myrtle #2B5C09

Tints of Myrtle #2B5C09

Color information

#2B5C09 (or 0x2B5C09) is unknown color: approx Myrtle. HEX triplet: 2B, 5C and 09. RGB value is (43,92,9). Sum of RGB (Red+Green+Blue) = 43+92+9=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C09 is #D4A3F6. Grayscale: #444444. Windows color (decimal): -13935607 or 613419. OLE color: 613419.

HSL color Cylindrical-coordinate representation of color #2B5C09: hue angle of 95.42º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B5C09 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB43929-
CMYK0.5300.900.64
HSL95.42º82.18%19.8%-
HSV(B)95.42º90.22%36.08%-
XYZ4.878.191.58-
YUV67.8994.77110.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 92 (36.33% from 255) = 63.89%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=29.86%
G=63.89%
B=6.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal439290.5300.900.6495.4282.1819.8
Hex2B5C93505A405f5214
Octal531341165013210013712224
Binary101011101110010011101010101101010000001011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,9); }

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

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

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

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

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

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

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