#1A4702

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

Shades of Myrtle #1A4702

Tints of Myrtle #1A4702

Color information

#1A4702 (or 0x1A4702) is unknown color: approx Myrtle. HEX triplet: 1A, 47 and 02. RGB value is (26,71,2). Sum of RGB (Red+Green+Blue) = 26+71+2=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4702 is #E5B8FD. Grayscale: #313131. Windows color (decimal): -15055102 or 149274. OLE color: 149274.

HSL color Cylindrical-coordinate representation of color #1A4702: hue angle of 99.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A4702 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB26712-
CMYK0.6300.970.72
HSL99.13º94.52%14.31%-
HSV(B)99.13º97.18%27.84%-
XYZ2.694.730.83-
YUV49.68101.09111.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.26%
GREEN value IS 71 (28.12% from 255) = 71.72%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=26.26%
G=71.72%
B=2.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal267120.6300.970.7299.1394.5214.31
Hex1A4723F06148635fe
Octal32107277014111014313716
Binary11010100011110111111011000011001000110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4702; }

 p { color: rgb(26,71,2); }

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

<style>
 a { background-color: #1A4702; }

 a { background-color: rgb(26,71,2); }

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

<style>
 span { border-color: #1A4702; }

 span { border-color: rgb(26,71,2); }

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