Html Css Color HEX #021308 Dark Green

📋 copy color: '#021308'

red 2 ◦ green 19 ◦ blue 8

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

Shades of Dark Green #021308

Tints of Dark Green #021308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 65.52%

 BLUE value IS 8 (3.52% from 255) = 27.59%

R = 6.9%
G = 65.52%
B = 27.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#021308 (or 0x021308) is known color: Dark Green. HEX triplet: 02, 13 and 08. RGB value is (2,19,8). Sum of RGB (Red+Green+Blue) = 2+19+8=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #021308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021308 is #FDECF7. Grayscale: #0C0C0C. Windows color (decimal): -16641272 or 529154. OLE color: 529154.

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

Color convert

RGB 2 19 8 -
CMYK 0.89 0 0.58 0.93
HSL 141.18º 0.81% 0.04% -
HSV(B) 141.18º 0.89% 0.07% -
XYZ 0.3 0.5 0.31 -
YUV 12.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 2 19 8 0.89 0 0.58 0.93 141.18 0.81 0.04
Hex 2 13 8 59 0 3A 5D 8D 51 4
Octal 2 23 10 131 0 72 135 215 121 4
Binary 10 10011 1000 1011001 0 111010 1011101 10001101 1010001 100

Color Harmonies of #021308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021308

Black with #021308

Text Example


Text Example

White with #021308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021308; }

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

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

background-color css

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

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

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

border-color css

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

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

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