Html Css Color HEX #021207 Dark Green

📋 copy color: '#021207'

red 2 ◦ green 18 ◦ blue 7

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

Shades of Dark Green #021207

Tints of Dark Green #021207

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.13% from 255) = 25.93%

R = 7.41%
G = 66.67%
B = 25.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#021207 (or 0x021207) is known color: 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

RGB 2 18 7 -
CMYK 0.89 0 0.61 0.93
HSL 138.75º 0.8% 0.04% -
HSV(B) 138.75º 0.89% 0.07% -
XYZ 0.28 0.46 0.28 -
YUV 11.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 2 18 7 0.89 0 0.61 0.93 138.75 0.8 0.04
Hex 2 12 7 59 0 3D 5D 8B 50 4
Octal 2 22 7 131 0 75 135 213 120 4
Binary 10 10010 111 1011001 0 111101 1011101 10001011 1010000 100

Color Harmonies of #021207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021207

Black with #021207

Text Example


Text Example

White with #021207

Text Example


Text Example

HTML Codes & Css Web 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>