#03191A

Color #03191A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #03191A

Tints of Dark Green #03191A

Color information

#03191A (or 0x03191A) is unknown color: approx Dark Green. HEX triplet: 03, 19 and 1A. RGB value is (3,25,26). Sum of RGB (Red+Green+Blue) = 3+25+26=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #03191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191A is #FCE6E5. Grayscale: #121212. Windows color (decimal): -16574182 or 1710339. OLE color: 1710339.

HSL color Cylindrical-coordinate representation of color #03191A: hue angle of 182.61º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03191A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB32526-
CMYK0.880.0400.90
HSL182.61º79.31%5.69%-
HSV(B)182.61º88.46%10.2%-
XYZ0.570.791.1-
YUV18.54132.21116.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=5.56%
G=46.30%
B=48.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal325260.880.0400.90182.6179.315.69
Hex3191A58405Ab74f6
Octal33132130401322671176
Binary111100111010101100010001011010101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03191A; }

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

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

<style>
 a { background-color: #03191A; }

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

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

<style>
 span { border-color: #03191A; }

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

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