#1A4002

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

Shades of Myrtle #1A4002

Tints of Myrtle #1A4002

Color information

#1A4002 (or 0x1A4002) is unknown color: approx Myrtle. HEX triplet: 1A, 40 and 02. RGB value is (26,64,2). Sum of RGB (Red+Green+Blue) = 26+64+2=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4002 is #E5BFFD. Grayscale: #2D2D2D. Windows color (decimal): -15056894 or 147482. OLE color: 147482.

HSL color Cylindrical-coordinate representation of color #1A4002: hue angle of 96.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A4002 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB26642-
CMYK0.5900.970.75
HSL96.77º93.94%12.94%-
HSV(B)96.77º96.88%25.1%-
XYZ2.273.890.69-
YUV45.57103.41114.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.26%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=28.26%
G=69.57%
B=2.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal266420.5900.970.7596.7793.9412.94
Hex1A4023B0614B615ed
Octal32100273014111314113615
Binary11010100000010111011011000011001011110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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