#021712

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

Shades of Dark Green #021712

Tints of Dark Green #021712

Color information

#021712 (or 0x021712) is unknown color: approx Dark Green. HEX triplet: 02, 17 and 12. RGB value is (2,23,18). Sum of RGB (Red+Green+Blue) = 2+23+18=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #021712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021712 is #FDE8ED. Grayscale: #101010. Windows color (decimal): -16640238 or 1185538. OLE color: 1185538.

HSL color Cylindrical-coordinate representation of color #021712: hue angle of 165.71º 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 #021712 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB22318-
CMYK0.9100.220.91
HSL165.71º84%4.9%-
HSV(B)165.71º91.3%9.02%-
XYZ0.440.670.68-
YUV16.15129.04117.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=4.65%
G=53.49%
B=41.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223180.9100.220.91165.71844.9
Hex217125B0165Ba6545
Octal227221330261332461245
Binary10101111001010110110101101011011101001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021712; }

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

 H1.HeaderClassName
 {
   color: #021712;
 }
 .AnyTagClassName
 {
   color: #021712;
 }
</style>
background-color css

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

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

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

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

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

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