Html Css Color HEX #013329 Dark Green

📋 copy color: '#013329'

red 1 ◦ green 51 ◦ blue 41

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

Shades of Dark Green #013329

Tints of Dark Green #013329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 44.09%

R = 1.08%
G = 54.84%
B = 44.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#013329 (or 0x013329) is known color: Dark Green. HEX triplet: 01, 33 and 29. RGB value is (1,51,41). Sum of RGB (Red+Green+Blue) = 1+51+41=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #013329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013329 is #FECCD6. Grayscale: #222222. Windows color (decimal): -16698583 or 2700033. OLE color: 2700033.

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

Color convert

RGB 1 51 41 -
CMYK 0.98 0 0.20 0.8
HSL 168º 0.96% 0.1% -
HSV(B) 168º 0.98% 0.2% -
XYZ 1.6 2.53 2.5 -
YUV 34.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 1 51 41 0.98 0 0.20 0.8 168 0.96 0.1
Hex 1 33 29 62 0 14 50 A8 60 A
Octal 1 63 51 142 0 24 120 250 140 12
Binary 1 110011 101001 1100010 0 10100 1010000 10101000 1100000 1010

Color Harmonies of #013329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013329

Black with #013329

Text Example


Text Example

White with #013329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013329; }

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

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

background-color css

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

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

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

border-color css

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

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

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