#031A02

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

Shades of Myrtle #031A02

Tints of Myrtle #031A02

Color information

#031A02 (or 0x031A02) is unknown color: approx Myrtle. HEX triplet: 03, 1A and 02. RGB value is (3,26,2). Sum of RGB (Red+Green+Blue) = 3+26+2=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #031A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A02 is #FCE5FD. Grayscale: #101010. Windows color (decimal): -16573950 or 137731. OLE color: 137731.

HSL color Cylindrical-coordinate representation of color #031A02: hue angle of 117.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031A02 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB3262-
CMYK0.8800.920.90
HSL117.5º85.71%5.49%-
HSV(B)117.5º92.31%10.2%-
XYZ0.420.760.18-
YUV16.39119.88118.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 26 (10.55% from 255) = 83.87%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=9.68%
G=83.87%
B=6.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal32620.8800.920.90117.585.715.49
Hex31A25805C5A76565
Octal332213001341321661265
Binary111101010101100001011100101101011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031A02; }

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

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

<style>
 a { background-color: #031A02; }

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

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

<style>
 span { border-color: #031A02; }

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

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