#2A6017

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

Shades of Myrtle #2A6017

Tints of Myrtle #2A6017

Color information

#2A6017 (or 0x2A6017) is unknown color: approx Myrtle. HEX triplet: 2A, 60 and 17. RGB value is (42,96,23). Sum of RGB (Red+Green+Blue) = 42+96+23=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6017 is #D59FE8. Grayscale: #474747. Windows color (decimal): -14000105 or 1531946. OLE color: 1531946.

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

Color convert

RGB429623-
CMYK0.5600.760.62
HSL104.38º61.34%23.33%-
HSV(B)104.38º76.04%37.65%-
XYZ5.298.922.25-
YUV71.53100.61106.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=26.09%
G=59.63%
B=14.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296230.5600.760.62104.3861.3423.33
Hex2A60173804C3E683d17
Octal5214027700114761507527
Binary10101011000001011111100001001100111110110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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