Html Css Color HEX #002007 Dark Green

📋 copy color: '#002007'

red 0 ◦ green 32 ◦ blue 7

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

Shades of Dark Green #002007

Tints of Dark Green #002007

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 82.05%
B = 17.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.87

RGB Variations

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

Color information

#002007 (or 0x002007) is known color: Dark Green. HEX triplet: 00, 20 and 07. RGB value is (0,32,7). Sum of RGB (Red+Green+Blue) = 0+32+7=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #002007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002007 is #FFDFF8. Grayscale: #131313. Windows color (decimal): -16769017 or 466944. OLE color: 466944.

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

Color convert

RGB 0 32 7 -
CMYK 1 0 0.78 0.87
HSL 133.13º 1% 0.06% -
HSV(B) 133.13º 1% 0.13% -
XYZ 0.55 1.05 0.37 -
YUV 19.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 0 32 7 1 0 0.78 0.87 133.13 1 0.06
Hex 0 20 7 64 0 4E 57 85 64 6
Octal 0 40 7 144 0 116 127 205 144 6
Binary 0 100000 111 1100100 0 1001110 1010111 10000101 1100100 110

Color Harmonies of #002007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002007

Black with #002007

Text Example


Text Example

White with #002007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002007; }

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

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

background-color css

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

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

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

border-color css

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

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

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