#2B5C05

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

Shades of Myrtle #2B5C05

Tints of Myrtle #2B5C05

Color information

#2B5C05 (or 0x2B5C05) is unknown color: approx Myrtle. HEX triplet: 2B, 5C and 05. RGB value is (43,92,5). Sum of RGB (Red+Green+Blue) = 43+92+5=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C05 is #D4A3FA. Grayscale: #434343. Windows color (decimal): -13935611 or 351275. OLE color: 351275.

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

Color convert

RGB43925-
CMYK0.5300.950.64
HSL93.79º89.69%19.02%-
HSV(B)93.79º94.57%36.08%-
XYZ4.858.181.47-
YUV67.4392.77110.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 92 (36.33% from 255) = 65.71%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=30.71%
G=65.71%
B=3.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal439250.5300.950.6493.7989.6919.02
Hex2B5C53505F405e5a13
Octal53134565013710013613223
Binary10101110111001011101010101111110000001011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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