Html Css Color HEX #012413 Dark Green

📋 copy color: '#012413'

red 1 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #012413

Tints of Dark Green #012413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 64.29%

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

R = 1.79%
G = 64.29%
B = 33.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#012413 (or 0x012413) is known color: Dark Green. HEX triplet: 01, 24 and 13. RGB value is (1,36,19). Sum of RGB (Red+Green+Blue) = 1+36+19=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #012413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012413 is #FEDBEC. Grayscale: #171717. Windows color (decimal): -16702445 or 1254401. OLE color: 1254401.

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

Color convert

RGB 1 36 19 -
CMYK 0.97 0 0.47 0.86
HSL 150.86º 0.95% 0.07% -
HSV(B) 150.86º 0.97% 0.14% -
XYZ 0.76 1.32 0.83 -
YUV 23.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 1 36 19 0.97 0 0.47 0.86 150.86 0.95 0.07
Hex 1 24 13 61 0 2F 56 97 5F 7
Octal 1 44 23 141 0 57 126 227 137 7
Binary 1 100100 10011 1100001 0 101111 1010110 10010111 1011111 111

Color Harmonies of #012413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012413

Black with #012413

Text Example


Text Example

White with #012413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012413; }

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

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

background-color css

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

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

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

border-color css

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

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

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