#031F02

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

Shades of Myrtle #031F02

Tints of Myrtle #031F02

Color information

#031F02 (or 0x031F02) is unknown color: approx Myrtle. HEX triplet: 03, 1F and 02. RGB value is (3,31,2). Sum of RGB (Red+Green+Blue) = 3+31+2=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #031F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F02 is #FCE0FD. Grayscale: #131313. Windows color (decimal): -16572670 or 139011. OLE color: 139011.

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

Color convert

RGB3312-
CMYK0.9000.940.88
HSL117.93º87.88%6.47%-
HSV(B)117.93º93.55%12.16%-
XYZ0.5410.22-
YUV19.32118.22116.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 31 (12.5% from 255) = 86.11%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=8.33%
G=86.11%
B=5.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33120.9000.940.88117.9387.886.47
Hex31F25A05E5876586
Octal337213201361301661306
Binary111111110101101001011110101100011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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