#021207

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

Shades of Dark Green #021207

Tints of Dark Green #021207

Color information

#021207 (or 0x021207) is unknown color: approx Dark Green. HEX triplet: 02, 12 and 07. RGB value is (2,18,7). Sum of RGB (Red+Green+Blue) = 2+18+7=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #021207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021207 is #FDEDF8. Grayscale: #0B0B0B. Windows color (decimal): -16641529 or 463362. OLE color: 463362.

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

Color convert

RGB2187-
CMYK0.8900.610.93
HSL138.75º80%3.92%-
HSV(B)138.75º88.89%7.06%-
XYZ0.280.460.28-
YUV11.96125.2120.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 18 (7.42% from 255) = 66.67%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=7.41%
G=66.67%
B=25.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21870.8900.610.93138.75803.92
Hex21275903D5D8b504
Octal22271310751352131204
Binary1010010111101100101111011011101100010111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021207; }

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

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

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

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

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

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

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

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