Html Css Color HEX #00191A Dark Green

📋 copy color: '#00191A'

red 0 ◦ green 25 ◦ blue 26

#00191A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00191A

Tints of Dark Green #00191A

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 value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00191A (or 0x00191A) is known color: 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

RGB 0 25 26 -
CMYK 1 0.04 0 0.90
HSL 182.31º 1% 0.05% -
HSV(B) 182.31º 1% 0.1% -
XYZ 0.53 0.77 1.1 -
YUV 17.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 0 25 26 1 0.04 0 0.90 182.31 1 0.05
Hex 0 19 1A 64 4 0 5A B6 64 5
Octal 0 31 32 144 4 0 132 266 144 5
Binary 0 11001 11010 1100100 100 0 1011010 10110110 1100100 101

Color Harmonies of #00191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00191A

Black with #00191A

Text Example


Text Example

White with #00191A

Text Example


Text Example

HTML Codes & Css Web 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>