Html Css Color HEX #02140A Dark Green

📋 copy color: '#02140A'

red 2 ◦ green 20 ◦ blue 10

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

Shades of Dark Green #02140A

Tints of Dark Green #02140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 62.5%

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 6.25%
G = 62.5%
B = 31.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#02140A (or 0x02140A) is known color: Dark Green. HEX triplet: 02, 14 and 0A. RGB value is (2,20,10). Sum of RGB (Red+Green+Blue) = 2+20+10=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #02140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140A is #FDEBF5. Grayscale: #0D0D0D. Windows color (decimal): -16641014 or 660482. OLE color: 660482.

HSL color Cylindrical-coordinate representation of color #02140A: hue angle of 146.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02140A is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 20 10 -
CMYK 0.90 0 0.50 0.92
HSL 146.67º 0.82% 0.04% -
HSV(B) 146.67º 0.9% 0.08% -
XYZ 0.33 0.54 0.37 -
YUV 13.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 2 20 10 0.90 0 0.50 0.92 146.67 0.82 0.04
Hex 2 14 A 5A 0 32 5C 93 52 4
Octal 2 24 12 132 0 62 134 223 122 4
Binary 10 10100 1010 1011010 0 110010 1011100 10010011 1010010 100

Color Harmonies of #02140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02140A

Black with #02140A

Text Example


Text Example

White with #02140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02140A;
 }
 .AnyTagClassName
 {
   color: #02140A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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