#02130A

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

Shades of Dark Green #02130A

Tints of Dark Green #02130A

Color information

#02130A (or 0x02130A) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 0A. RGB value is (2,19,10). Sum of RGB (Red+Green+Blue) = 2+19+10=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #02130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130A is #FDECF5. Grayscale: #0C0C0C. Windows color (decimal): -16641270 or 660226. OLE color: 660226.

HSL color Cylindrical-coordinate representation of color #02130A: hue angle of 148.24º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #02130A is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB21910-
CMYK0.8900.470.93
HSL148.24º80.95%4.12%-
HSV(B)148.24º89.47%7.45%-
XYZ0.310.50.37-
YUV12.89126.37120.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=6.45%
G=61.29%
B=32.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal219100.8900.470.93148.2480.954.12
Hex213A5902F5D94514
Octal223121310571352241214
Binary10100111010101100101011111011101100101001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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