Html Css Color HEX #001512 Dark Green

📋 copy color: '#001512'

red 0 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #001512

Tints of Dark Green #001512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 53.85%

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 0%
G = 53.85%
B = 46.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#001512 (or 0x001512) is known color: Dark Green. HEX triplet: 00, 15 and 12. RGB value is (0,21,18). Sum of RGB (Red+Green+Blue) = 0+21+18=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #001512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001512 is #FFEAED. Grayscale: #0E0E0E. Windows color (decimal): -16771822 or 1185024. OLE color: 1185024.

HSL color Cylindrical-coordinate representation of color #001512: hue angle of 171.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001512 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 21 18 -
CMYK 1 0 0.14 0.92
HSL 171.43º 1% 0.04% -
HSV(B) 171.43º 1% 0.08% -
XYZ 0.38 0.58 0.66 -
YUV 14.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 0 21 18 1 0 0.14 0.92 171.43 1 0.04
Hex 0 15 12 64 0 E 5C AB 64 4
Octal 0 25 22 144 0 16 134 253 144 4
Binary 0 10101 10010 1100100 0 1110 1011100 10101011 1100100 100

Color Harmonies of #001512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001512

Black with #001512

Text Example


Text Example

White with #001512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001512; }

 p { color: rgb(0,21,18); }

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

background-color css

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

 a { background-color: rgb(0,21,18); }

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

border-color css

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

 span { border-color: rgb(0,21,18); }

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