Html Css Color HEX #012007 Dark Green

📋 copy color: '#012007'

red 1 ◦ green 32 ◦ blue 7

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

Shades of Dark Green #012007

Tints of Dark Green #012007

RGB

 RED value IS 1 (0.78% from 255) = 2.5%

 GREEN value IS 32 (12.89% from 255) = 80%

 BLUE value IS 7 (3.13% from 255) = 17.5%

R = 2.5%
G = 80%
B = 17.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.87

RGB Variations

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

Color information

#012007 (or 0x012007) is known color: Dark Green. HEX triplet: 01, 20 and 07. RGB value is (1,32,7). Sum of RGB (Red+Green+Blue) = 1+32+7=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #012007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012007 is #FEDFF8. Grayscale: #131313. Windows color (decimal): -16703481 or 466945. OLE color: 466945.

HSL color Cylindrical-coordinate representation of color #012007: hue angle of 131.61º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012007 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 7 -
CMYK 0.97 0 0.78 0.87
HSL 131.61º 0.94% 0.06% -
HSV(B) 131.61º 0.97% 0.13% -
XYZ 0.57 1.05 0.37 -
YUV 19.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 1 32 7 0.97 0 0.78 0.87 131.61 0.94 0.06
Hex 1 20 7 61 0 4E 57 84 5E 6
Octal 1 40 7 141 0 116 127 204 136 6
Binary 1 100000 111 1100001 0 1001110 1010111 10000100 1011110 110

Color Harmonies of #012007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012007

Black with #012007

Text Example


Text Example

White with #012007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012007; }

 p { color: rgb(1,32,7); }

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

background-color css

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

 a { background-color: rgb(1,32,7); }

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

border-color css

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

 span { border-color: rgb(1,32,7); }

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