#2A600E

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

Shades of Myrtle #2A600E

Tints of Myrtle #2A600E

Color information

#2A600E (or 0x2A600E) is unknown color: approx Myrtle. HEX triplet: 2A, 60 and 0E. RGB value is (42,96,14). Sum of RGB (Red+Green+Blue) = 42+96+14=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #2A600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A600E is #D59FF1. Grayscale: #464646. Windows color (decimal): -14000114 or 942122. OLE color: 942122.

HSL color Cylindrical-coordinate representation of color #2A600E: hue angle of 99.51º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A600E is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB429614-
CMYK0.5600.850.62
HSL99.51º74.55%21.57%-
HSV(B)99.51º85.42%37.65%-
XYZ5.228.891.86-
YUV70.5196.11107.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=27.63%
G=63.16%
B=9.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296140.5600.850.6299.5174.5521.57
Hex2A60E380553E644b16
Octal52140167001257614411326
Binary10101011000001110111000010101011111101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,14); }

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

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

 a { background-color: rgb(42,96,14); }

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

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

 span { border-color: rgb(42,96,14); }

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