#02191A

Color #02191A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #02191A

Tints of Dark Green #02191A

Color information

#02191A (or 0x02191A) is unknown color: approx Dark Green. HEX triplet: 02, 19 and 1A. RGB value is (2,25,26). Sum of RGB (Red+Green+Blue) = 2+25+26=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #02191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191A is #FDE6E5. Grayscale: #121212. Windows color (decimal): -16639718 or 1710338. OLE color: 1710338.

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

Color convert

RGB22526-
CMYK0.920.0400.90
HSL182.5º85.71%5.49%-
HSV(B)182.5º92.31%10.2%-
XYZ0.560.781.1-
YUV18.24132.38116.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 26 (10.55% from 255) = 49.06%
R=3.77%
G=47.17%
B=49.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal225260.920.0400.90182.585.715.49
Hex2191A5C405Ab6565
Octal23132134401322661265
Binary101100111010101110010001011010101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02191A;
 }
 .AnyTagClassName
 {
   color: #02191A;
 }
</style>
background-color css

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

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

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

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

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

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