Html Css Color HEX #002512 Dark Green

📋 copy color: '#002512'

red 0 ◦ green 37 ◦ blue 18

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

Shades of Dark Green #002512

Tints of Dark Green #002512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 67.27%

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

R = 0%
G = 67.27%
B = 32.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#002512 (or 0x002512) is known color: Dark Green. HEX triplet: 00, 25 and 12. RGB value is (0,37,18). Sum of RGB (Red+Green+Blue) = 0+37+18=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #002512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002512 is #FFDAED. Grayscale: #171717. Windows color (decimal): -16767726 or 1189120. OLE color: 1189120.

HSL color Cylindrical-coordinate representation of color #002512: hue angle of 149.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002512 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 18 -
CMYK 1 0 0.51 0.85
HSL 149.19º 1% 0.07% -
HSV(B) 149.19º 1% 0.15% -
XYZ 0.77 1.37 0.8 -
YUV 23.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 0 37 18 1 0 0.51 0.85 149.19 1 0.07
Hex 0 25 12 64 0 33 55 95 64 7
Octal 0 45 22 144 0 63 125 225 144 7
Binary 0 100101 10010 1100100 0 110011 1010101 10010101 1100100 111

Color Harmonies of #002512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002512

Black with #002512

Text Example


Text Example

White with #002512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002512; }

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

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

background-color css

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

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

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

border-color css

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

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

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