Html Css Color HEX #012813 Dark Green

📋 copy color: '#012813'

red 1 ◦ green 40 ◦ blue 19

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

Shades of Dark Green #012813

Tints of Dark Green #012813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 66.67%

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

R = 1.67%
G = 66.67%
B = 31.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#012813 (or 0x012813) is known color: Dark Green. HEX triplet: 01, 28 and 13. RGB value is (1,40,19). Sum of RGB (Red+Green+Blue) = 1+40+19=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #012813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012813 is #FED7EC. Grayscale: #191919. Windows color (decimal): -16701421 or 1255425. OLE color: 1255425.

HSL color Cylindrical-coordinate representation of color #012813: hue angle of 147.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012813 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 19 -
CMYK 0.98 0 0.52 0.84
HSL 147.69º 0.95% 0.08% -
HSV(B) 147.69º 0.98% 0.16% -
XYZ 0.89 1.57 0.87 -
YUV 25.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 1 40 19 0.98 0 0.52 0.84 147.69 0.95 0.08
Hex 1 28 13 62 0 34 54 94 5F 8
Octal 1 50 23 142 0 64 124 224 137 10
Binary 1 101000 10011 1100010 0 110100 1010100 10010100 1011111 1000

Color Harmonies of #012813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012813

Black with #012813

Text Example


Text Example

White with #012813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012813; }

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

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

background-color css

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

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

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

border-color css

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

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

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