Html Css Color HEX #013219 Dark Green

📋 copy color: '#013219'

red 1 ◦ green 50 ◦ blue 25

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

Shades of Dark Green #013219

Tints of Dark Green #013219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 32.89%

R = 1.32%
G = 65.79%
B = 32.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#013219 (or 0x013219) is known color: Dark Green. HEX triplet: 01, 32 and 19. RGB value is (1,50,25). Sum of RGB (Red+Green+Blue) = 1+50+25=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #013219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013219 is #FECDE6. Grayscale: #202020. Windows color (decimal): -16698855 or 1651201. OLE color: 1651201.

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

Color convert

RGB 1 50 25 -
CMYK 0.98 0 0.50 0.80
HSL 149.39º 0.96% 0.1% -
HSV(B) 149.39º 0.98% 0.2% -
XYZ 1.33 2.36 1.3 -
YUV 32.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 1 50 25 0.98 0 0.50 0.80 149.39 0.96 0.1
Hex 1 32 19 62 0 32 50 95 60 A
Octal 1 62 31 142 0 62 120 225 140 12
Binary 1 110010 11001 1100010 0 110010 1010000 10010101 1100000 1010

Color Harmonies of #013219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013219

Black with #013219

Text Example


Text Example

White with #013219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013219; }

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

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

background-color css

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

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

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

border-color css

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

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

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