Html Css Color HEX #00190B Dark Green

📋 copy color: '#00190B'

red 0 ◦ green 25 ◦ blue 11

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

Shades of Dark Green #00190B

Tints of Dark Green #00190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 30.56%

R = 0%
G = 69.44%
B = 30.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#00190B (or 0x00190B) is known color: Dark Green. HEX triplet: 00, 19 and 0B. RGB value is (0,25,11). Sum of RGB (Red+Green+Blue) = 0+25+11=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #00190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190B is #FFE6F4. Grayscale: #0F0F0F. Windows color (decimal): -16770805 or 727296. OLE color: 727296.

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

Color convert

RGB 0 25 11 -
CMYK 1 0 0.56 0.90
HSL 146.4º 1% 0.05% -
HSV(B) 146.4º 1% 0.1% -
XYZ 0.41 0.72 0.43 -
YUV 15.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 0 25 11 1 0 0.56 0.90 146.4 1 0.05
Hex 0 19 B 64 0 38 5A 92 64 5
Octal 0 31 13 144 0 70 132 222 144 5
Binary 0 11001 1011 1100100 0 111000 1011010 10010010 1100100 101

Color Harmonies of #00190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00190B

Black with #00190B

Text Example


Text Example

White with #00190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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