Html Css Color HEX #02130A Dark Green

📋 copy color: '#02130A'

red 2 ◦ green 19 ◦ blue 10

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

Shades of Dark Green #02130A

Tints of Dark Green #02130A

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.3% from 255) = 32.26%

R = 6.45%
G = 61.29%
B = 32.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#02130A (or 0x02130A) is known color: 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

RGB 2 19 10 -
CMYK 0.89 0 0.47 0.93
HSL 148.24º 0.81% 0.04% -
HSV(B) 148.24º 0.89% 0.07% -
XYZ 0.31 0.5 0.37 -
YUV 12.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 2 19 10 0.89 0 0.47 0.93 148.24 0.81 0.04
Hex 2 13 A 59 0 2F 5D 94 51 4
Octal 2 23 12 131 0 57 135 224 121 4
Binary 10 10011 1010 1011001 0 101111 1011101 10010100 1010001 100

Color Harmonies of #02130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02130A

Black with #02130A

Text Example


Text Example

White with #02130A

Text Example


Text Example

HTML Codes & Css Web 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>