Html Css Color HEX #012310 Dark Green

📋 copy color: '#012310'

red 1 ◦ green 35 ◦ blue 16

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

Shades of Dark Green #012310

Tints of Dark Green #012310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 1.92%
G = 67.31%
B = 30.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#012310 (or 0x012310) is known color: Dark Green. HEX triplet: 01, 23 and 10. RGB value is (1,35,16). Sum of RGB (Red+Green+Blue) = 1+35+16=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #012310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012310 is #FEDCEF. Grayscale: #161616. Windows color (decimal): -16702704 or 1057537. OLE color: 1057537.

HSL color Cylindrical-coordinate representation of color #012310: hue angle of 146.47º 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 #012310 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 35 16 -
CMYK 0.97 0 0.54 0.86
HSL 146.47º 0.94% 0.07% -
HSV(B) 146.47º 0.97% 0.14% -
XYZ 0.71 1.25 0.69 -
YUV 22.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 1 35 16 0.97 0 0.54 0.86 146.47 0.94 0.07
Hex 1 23 10 61 0 36 56 92 5E 7
Octal 1 43 20 141 0 66 126 222 136 7
Binary 1 100011 10000 1100001 0 110110 1010110 10010010 1011110 111

Color Harmonies of #012310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012310

Black with #012310

Text Example


Text Example

White with #012310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012310; }

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

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

background-color css

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

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

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

border-color css

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

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

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