Html Css Color HEX #02190F Dark Green

📋 copy color: '#02190F'

red 2 ◦ green 25 ◦ blue 15

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

Shades of Dark Green #02190F

Tints of Dark Green #02190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 35.71%

R = 4.76%
G = 59.52%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#02190F (or 0x02190F) is known color: Dark Green. HEX triplet: 02, 19 and 0F. RGB value is (2,25,15). Sum of RGB (Red+Green+Blue) = 2+25+15=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #02190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02190F is #FDE6F0. Grayscale: #111111. Windows color (decimal): -16639729 or 989442. OLE color: 989442.

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

Color convert

RGB 2 25 15 -
CMYK 0.92 0 0.40 0.90
HSL 153.91º 0.85% 0.05% -
HSV(B) 153.91º 0.92% 0.1% -
XYZ 0.46 0.74 0.57 -
YUV 16.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 2 25 15 0.92 0 0.40 0.90 153.91 0.85 0.05
Hex 2 19 F 5C 0 28 5A 9A 55 5
Octal 2 31 17 134 0 50 132 232 125 5
Binary 10 11001 1111 1011100 0 101000 1011010 10011010 1010101 101

Color Harmonies of #02190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02190F

Black with #02190F

Text Example


Text Example

White with #02190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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