#02130B

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

Shades of Dark Green #02130B

Tints of Dark Green #02130B

Color information

#02130B (or 0x02130B) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 0B. RGB value is (2,19,11). Sum of RGB (Red+Green+Blue) = 2+19+11=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #02130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130B is #FDECF4. Grayscale: #0D0D0D. Windows color (decimal): -16641269 or 725762. OLE color: 725762.

HSL color Cylindrical-coordinate representation of color #02130B: hue angle of 151.76º 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 #02130B is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB21911-
CMYK0.8900.420.93
HSL151.76º80.95%4.12%-
HSV(B)151.76º89.47%7.45%-
XYZ0.320.50.4-
YUV13126.87120.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 19 (7.81% from 255) = 59.38%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=6.25%
G=59.38%
B=34.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal219110.8900.420.93151.7680.954.12
Hex213B5902A5D98514
Octal223131310521352301214
Binary10100111011101100101010101011101100110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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