Html Css Color HEX #012713 Dark Green

📋 copy color: '#012713'

red 1 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #012713

Tints of Dark Green #012713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 66.1%

 BLUE value IS 19 (7.81% from 255) = 32.2%

R = 1.69%
G = 66.1%
B = 32.2%

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

#012713 (or 0x012713) is known color: Dark Green. HEX triplet: 01, 27 and 13. RGB value is (1,39,19). Sum of RGB (Red+Green+Blue) = 1+39+19=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #012713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012713 is #FED8EC. Grayscale: #191919. Windows color (decimal): -16701677 or 1255169. OLE color: 1255169.

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

Color convert

RGB 1 39 19 -
CMYK 0.97 0 0.51 0.85
HSL 148.42º 0.95% 0.08% -
HSV(B) 148.42º 0.97% 0.15% -
XYZ 0.86 1.5 0.86 -
YUV 25.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 1 39 19 0.97 0 0.51 0.85 148.42 0.95 0.08
Hex 1 27 13 61 0 33 55 94 5F 8
Octal 1 47 23 141 0 63 125 224 137 10
Binary 1 100111 10011 1100001 0 110011 1010101 10010100 1011111 1000

Color Harmonies of #012713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012713

Black with #012713

Text Example


Text Example

White with #012713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012713; }

 p { color: rgb(1,39,19); }

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

background-color css

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

 a { background-color: rgb(1,39,19); }

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

border-color css

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

 span { border-color: rgb(1,39,19); }

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