Html Css Color HEX #012312 Dark Green

📋 copy color: '#012312'

red 1 ◦ green 35 ◦ blue 18

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

Shades of Dark Green #012312

Tints of Dark Green #012312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 64.81%

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

R = 1.85%
G = 64.81%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#012312 (or 0x012312) is known color: Dark Green. HEX triplet: 01, 23 and 12. RGB value is (1,35,18). Sum of RGB (Red+Green+Blue) = 1+35+18=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #012312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012312 is #FEDCED. Grayscale: #161616. Windows color (decimal): -16702702 or 1188609. OLE color: 1188609.

HSL color Cylindrical-coordinate representation of color #012312: hue angle of 150º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012312 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 18 -
CMYK 0.97 0 0.49 0.86
HSL 150º 0.94% 0.07% -
HSV(B) 150º 0.97% 0.14% -
XYZ 0.72 1.25 0.78 -
YUV 22.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 1 35 18 0.97 0 0.49 0.86 150 0.94 0.07
Hex 1 23 12 61 0 31 56 96 5E 7
Octal 1 43 22 141 0 61 126 226 136 7
Binary 1 100011 10010 1100001 0 110001 1010110 10010110 1011110 111

Color Harmonies of #012312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012312

Black with #012312

Text Example


Text Example

White with #012312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012312; }

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

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

background-color css

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

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

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

border-color css

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

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

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