Html Css Color HEX #013213 Dark Green

📋 copy color: '#013213'

red 1 ◦ green 50 ◦ blue 19

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

Shades of Dark Green #013213

Tints of Dark Green #013213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 71.43%

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

R = 1.43%
G = 71.43%
B = 27.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#013213 (or 0x013213) is known color: Dark Green. HEX triplet: 01, 32 and 13. RGB value is (1,50,19). Sum of RGB (Red+Green+Blue) = 1+50+19=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #013213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013213 is #FECDEC. Grayscale: #1F1F1F. Windows color (decimal): -16698861 or 1257985. OLE color: 1257985.

HSL color Cylindrical-coordinate representation of color #013213: hue angle of 142.04º 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 #013213 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 19 -
CMYK 0.98 0 0.62 0.80
HSL 142.04º 0.96% 0.1% -
HSV(B) 142.04º 0.98% 0.2% -
XYZ 1.27 2.33 1 -
YUV 31.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 1 50 19 0.98 0 0.62 0.80 142.04 0.96 0.1
Hex 1 32 13 62 0 3E 50 8E 60 A
Octal 1 62 23 142 0 76 120 216 140 12
Binary 1 110010 10011 1100010 0 111110 1010000 10001110 1100000 1010

Color Harmonies of #013213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013213

Black with #013213

Text Example


Text Example

White with #013213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013213; }

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

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

background-color css

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

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

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

border-color css

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

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

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