#031D02

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

Shades of Myrtle #031D02

Tints of Myrtle #031D02

Color information

#031D02 (or 0x031D02) is unknown color: approx Myrtle. HEX triplet: 03, 1D and 02. RGB value is (3,29,2). Sum of RGB (Red+Green+Blue) = 3+29+2=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 29 (11.72% from 255 or 85.29% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 29 - color contains mainly: green. Hex color #031D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D02 is #FCE2FD. Grayscale: #121212. Windows color (decimal): -16573182 or 138499. OLE color: 138499.

HSL color Cylindrical-coordinate representation of color #031D02: hue angle of 117.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D02 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB3292-
CMYK0.9000.930.89
HSL117.78º87.1%6.08%-
HSV(B)117.78º93.1%11.37%-
XYZ0.490.90.21-
YUV18.15118.89117.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 29 (11.72% from 255) = 85.29%
BLUE value IS 2 (1.17% from 255) = 5.88%
R=8.82%
G=85.29%
B=5.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32920.9000.930.89117.7887.16.08
Hex31D25A05D5976576
Octal335213201351311661276
Binary111110110101101001011101101100111101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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