#031C00

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

Shades of Myrtle #031C00

Tints of Myrtle #031C00

Color information

#031C00 (or 0x031C00) is unknown color: approx Myrtle. HEX triplet: 03, 1C and 00. RGB value is (3,28,0). Sum of RGB (Red+Green+Blue) = 3+28+0=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #031C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C00 is #FCE3FF. Grayscale: #111111. Windows color (decimal): -16573440 or 7171. OLE color: 7171.

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

Color convert

RGB3280-
CMYK0.89010.89
HSL113.57º100%5.49%-
HSV(B)113.57º100%10.98%-
XYZ0.450.850.14-
YUV17.33118.22117.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 28 (11.33% from 255) = 90.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.68%
G=90.32%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32800.89010.89113.571005.49
Hex31C0590645972645
Octal334013101441311621445
Binary11111000101100101100100101100111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,28,0); }

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

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

 a { background-color: rgb(3,28,0); }

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

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

 span { border-color: rgb(3,28,0); }

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