Html Css Color HEX #02190A Dark Green

📋 copy color: '#02190A'

red 2 ◦ green 25 ◦ blue 10

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

Shades of Dark Green #02190A

Tints of Dark Green #02190A

RGB

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

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

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

R = 5.41%
G = 67.57%
B = 27.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#02190A (or 0x02190A) is known color: Dark Green. HEX triplet: 02, 19 and 0A. RGB value is (2,25,10). Sum of RGB (Red+Green+Blue) = 2+25+10=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #02190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02190A is #FDE6F5. Grayscale: #101010. Windows color (decimal): -16639734 or 661762. OLE color: 661762.

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

Color convert

RGB 2 25 10 -
CMYK 0.92 0 0.60 0.90
HSL 140.87º 0.85% 0.05% -
HSV(B) 140.87º 0.92% 0.1% -
XYZ 0.43 0.73 0.41 -
YUV 16.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 2 25 10 0.92 0 0.60 0.90 140.87 0.85 0.05
Hex 2 19 A 5C 0 3C 5A 8D 55 5
Octal 2 31 12 134 0 74 132 215 125 5
Binary 10 11001 1010 1011100 0 111100 1011010 10001101 1010101 101

Color Harmonies of #02190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02190A

Black with #02190A

Text Example


Text Example

White with #02190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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