#2A5C12

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

Shades of Myrtle #2A5C12

Tints of Myrtle #2A5C12

Color information

#2A5C12 (or 0x2A5C12) is unknown color: approx Myrtle. HEX triplet: 2A, 5C and 12. RGB value is (42,92,18). Sum of RGB (Red+Green+Blue) = 42+92+18=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5C12 is #D5A3ED. Grayscale: #444444. Windows color (decimal): -14001134 or 1203242. OLE color: 1203242.

HSL color Cylindrical-coordinate representation of color #2A5C12: hue angle of 100.54º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A5C12 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB429218-
CMYK0.5400.800.64
HSL100.54º67.27%21.57%-
HSV(B)100.54º80.43%36.08%-
XYZ4.898.191.9-
YUV68.6199.44109.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 92 (36.33% from 255) = 60.53%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=27.63%
G=60.53%
B=11.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4292180.5400.800.64100.5467.2721.57
Hex2A5C123605040654316
Octal521342266012010014510326
Binary1010101011100100101101100101000010000001100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,92,18); }

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

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

 a { background-color: rgb(42,92,18); }

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

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

 span { border-color: rgb(42,92,18); }

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