Html Css Color HEX #021708 Dark Green

📋 copy color: '#021708'

red 2 ◦ green 23 ◦ blue 8

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

Shades of Dark Green #021708

Tints of Dark Green #021708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 69.7%

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

R = 6.06%
G = 69.7%
B = 24.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.91

RGB Variations

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

Color information

#021708 (or 0x021708) is known color: Dark Green. HEX triplet: 02, 17 and 08. RGB value is (2,23,8). Sum of RGB (Red+Green+Blue) = 2+23+8=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #021708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021708 is #FDE8F7. Grayscale: #0F0F0F. Windows color (decimal): -16640248 or 530178. OLE color: 530178.

HSL color Cylindrical-coordinate representation of color #021708: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021708 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 8 -
CMYK 0.91 0 0.65 0.91
HSL 137.14º 0.84% 0.05% -
HSV(B) 137.14º 0.91% 0.09% -
XYZ 0.38 0.64 0.33 -
YUV 15.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 2 23 8 0.91 0 0.65 0.91 137.14 0.84 0.05
Hex 2 17 8 5B 0 41 5B 89 54 5
Octal 2 27 10 133 0 101 133 211 124 5
Binary 10 10111 1000 1011011 0 1000001 1011011 10001001 1010100 101

Color Harmonies of #021708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021708

Black with #021708

Text Example


Text Example

White with #021708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021708; }

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

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

background-color css

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

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

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

border-color css

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

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

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