#031E02

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

Shades of Myrtle #031E02

Tints of Myrtle #031E02

Color information

#031E02 (or 0x031E02) is unknown color: approx Myrtle. HEX triplet: 03, 1E and 02. RGB value is (3,30,2). Sum of RGB (Red+Green+Blue) = 3+30+2=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 30 (12.11% from 255 or 85.71% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 30 - color contains mainly: green. Hex color #031E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E02 is #FCE1FD. Grayscale: #121212. Windows color (decimal): -16572926 or 138755. OLE color: 138755.

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

Color convert

RGB3302-
CMYK0.9000.930.88
HSL117.86º87.5%6.27%-
HSV(B)117.86º93.33%11.76%-
XYZ0.510.950.21-
YUV18.74118.55116.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 30 (12.11% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=8.57%
G=85.71%
B=5.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33020.9000.930.88117.8687.56.27
Hex31E25A05D5876586
Octal336213201351301661306
Binary111111010101101001011101101100011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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