#021708

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

Shades of Dark Green #021708

Tints of Dark Green #021708

Color information

#021708 (or 0x021708) is unknown color: approx 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

RGB2238-
CMYK0.9100.650.91
HSL137.14º84%4.9%-
HSV(B)137.14º91.3%9.02%-
XYZ0.380.640.33-
YUV15.01124.04118.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 23 (9.38% from 255) = 69.70%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=6.06%
G=69.70%
B=24.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22380.9100.650.91137.14844.9
Hex21785B0415B89545
Octal2271013301011332111245
Binary101011110001011011010000011011011100010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>