Html Css Color HEX #02190D Dark Green

📋 copy color: '#02190D'

red 2 ◦ green 25 ◦ blue 13

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

Shades of Dark Green #02190D

Tints of Dark Green #02190D

RGB

 RED value IS 2 (1.17% from 255) = 5%

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

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 5%
G = 62.5%
B = 32.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#02190D (or 0x02190D) is known color: Dark Green. HEX triplet: 02, 19 and 0D. RGB value is (2,25,13). Sum of RGB (Red+Green+Blue) = 2+25+13=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #02190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02190D is #FDE6F2. Grayscale: #101010. Windows color (decimal): -16639731 or 858370. OLE color: 858370.

HSL color Cylindrical-coordinate representation of color #02190D: hue angle of 148.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02190D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 25 13 -
CMYK 0.92 0 0.48 0.90
HSL 148.7º 0.85% 0.05% -
HSV(B) 148.7º 0.92% 0.1% -
XYZ 0.45 0.74 0.5 -
YUV 16.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 2 25 13 0.92 0 0.48 0.90 148.7 0.85 0.05
Hex 2 19 D 5C 0 30 5A 95 55 5
Octal 2 31 15 134 0 60 132 225 125 5
Binary 10 11001 1101 1011100 0 110000 1011010 10010101 1010101 101

Color Harmonies of #02190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02190D

Black with #02190D

Text Example


Text Example

White with #02190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02190D; }

 p { color: rgb(2,25,13); }

 H1.HeaderClassName
 {
   color: #02190D;
 }
 .AnyTagClassName
 {
   color: #02190D;
 }
</style>

background-color css

<style>
 a { background-color: #02190D; }

 a { background-color: rgb(2,25,13); }

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

border-color css

<style>
 span { border-color: #02190D; }

 span { border-color: rgb(2,25,13); }

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