#2B5022

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

Shades of Myrtle #2B5022

Tints of Myrtle #2B5022

Color information

#2B5022 (or 0x2B5022) is unknown color: approx Myrtle. HEX triplet: 2B, 50 and 22. RGB value is (43,80,34). Sum of RGB (Red+Green+Blue) = 43+80+34=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5022 is #D4AFDD. Grayscale: #3F3F3F. Windows color (decimal): -13938654 or 2248747. OLE color: 2248747.

HSL color Cylindrical-coordinate representation of color #2B5022: hue angle of 108.26º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5022 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB438034-
CMYK0.4600.580.69
HSL108.26º40.35%22.35%-
HSV(B)108.26º57.5%31.37%-
XYZ4.156.372.52-
YUV63.69111.24113.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=27.39%
G=50.96%
B=21.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380340.4600.580.69108.2640.3522.35
Hex2B50222E03A456c2816
Octal5312042560721051545026
Binary101011101000010001010111001110101000101110110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,34); }

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

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

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

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

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

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

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