Html Css Color HEX #013313 Dark Green

📋 copy color: '#013313'

red 1 ◦ green 51 ◦ blue 19

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

Shades of Dark Green #013313

Tints of Dark Green #013313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 71.83%

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

R = 1.41%
G = 71.83%
B = 26.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#013313 (or 0x013313) is known color: Dark Green. HEX triplet: 01, 33 and 13. RGB value is (1,51,19). Sum of RGB (Red+Green+Blue) = 1+51+19=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #013313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013313 is #FECCEC. Grayscale: #202020. Windows color (decimal): -16698605 or 1258241. OLE color: 1258241.

HSL color Cylindrical-coordinate representation of color #013313: hue angle of 141.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013313 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 19 -
CMYK 0.98 0 0.63 0.8
HSL 141.6º 0.96% 0.1% -
HSV(B) 141.6º 0.98% 0.2% -
XYZ 1.31 2.42 1.01 -
YUV 32.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 1 51 19 0.98 0 0.63 0.8 141.6 0.96 0.1
Hex 1 33 13 62 0 3F 50 8E 60 A
Octal 1 63 23 142 0 77 120 216 140 12
Binary 1 110011 10011 1100010 0 111111 1010000 10001110 1100000 1010

Color Harmonies of #013313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013313

Black with #013313

Text Example


Text Example

White with #013313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013313; }

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

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

background-color css

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

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

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

border-color css

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

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

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