Html Css Color HEX #00190A Dark Green

📋 copy color: '#00190A'

red 0 ◦ green 25 ◦ blue 10

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

Shades of Dark Green #00190A

Tints of Dark Green #00190A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 25 (10.16% from 255) = 71.43%

 BLUE value IS 10 (4.3% from 255) = 28.57%

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#00190A (or 0x00190A) is known color: Dark Green. HEX triplet: 00, 19 and 0A. RGB value is (0,25,10). Sum of RGB (Red+Green+Blue) = 0+25+10=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 25 (10.16% from 255 or 71.43% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 25 - color contains mainly: green. Hex color #00190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190A is #FFE6F5. Grayscale: #0F0F0F. Windows color (decimal): -16770806 or 661760. OLE color: 661760.

HSL color Cylindrical-coordinate representation of color #00190A: hue angle of 144º 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 #00190A is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 25 10 -
CMYK 1 0 0.60 0.90
HSL 144º 1% 0.05% -
HSV(B) 144º 1% 0.1% -
XYZ 0.4 0.72 0.4 -
YUV 15.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 0 25 10 1 0 0.60 0.90 144 1 0.05
Hex 0 19 A 64 0 3C 5A 90 64 5
Octal 0 31 12 144 0 74 132 220 144 5
Binary 0 11001 1010 1100100 0 111100 1011010 10010000 1100100 101

Color Harmonies of #00190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00190A

Black with #00190A

Text Example


Text Example

White with #00190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00190A;
 }
 .AnyTagClassName
 {
   color: #00190A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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