Html Css Color HEX #012512 Dark Green

📋 copy color: '#012512'

red 1 ◦ green 37 ◦ blue 18

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

Shades of Dark Green #012512

Tints of Dark Green #012512

RGB

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

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

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

R = 1.79%
G = 66.07%
B = 32.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#012512 (or 0x012512) is known color: Dark Green. HEX triplet: 01, 25 and 12. RGB value is (1,37,18). Sum of RGB (Red+Green+Blue) = 1+37+18=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #012512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012512 is #FEDAED. Grayscale: #181818. Windows color (decimal): -16702190 or 1189121. OLE color: 1189121.

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

Color convert

RGB 1 37 18 -
CMYK 0.97 0 0.51 0.85
HSL 148.33º 0.95% 0.07% -
HSV(B) 148.33º 0.97% 0.15% -
XYZ 0.78 1.37 0.8 -
YUV 24.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 1 37 18 0.97 0 0.51 0.85 148.33 0.95 0.07
Hex 1 25 12 61 0 33 55 94 5F 7
Octal 1 45 22 141 0 63 125 224 137 7
Binary 1 100101 10010 1100001 0 110011 1010101 10010100 1011111 111

Color Harmonies of #012512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012512

Black with #012512

Text Example


Text Example

White with #012512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012512; }

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

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

background-color css

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

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

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

border-color css

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

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

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