#00191A

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

Shades of Dark Green #00191A

Tints of Dark Green #00191A

Color information

#00191A (or 0x00191A) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 1A. RGB value is (0,25,26). Sum of RGB (Red+Green+Blue) = 0+25+26=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #00191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191A is #FFE6E5. Grayscale: #111111. Windows color (decimal): -16770790 or 1710336. OLE color: 1710336.

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

Color convert

RGB02526-
CMYK10.0400.90
HSL182.31º100%5.1%-
HSV(B)182.31º100%10.2%-
XYZ0.530.771.1-
YUV17.64132.72115.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=0%
G=49.02%
B=50.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0252610.0400.90182.311005.1
Hex0191A64405Ab6645
Octal03132144401322661445
Binary01100111010110010010001011010101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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