Html Css Color HEX #013328 Dark Green

📋 copy color: '#013328'

red 1 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #013328

Tints of Dark Green #013328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.48%

R = 1.09%
G = 55.43%
B = 43.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#013328 (or 0x013328) is known color: Dark Green. HEX triplet: 01, 33 and 28. RGB value is (1,51,40). Sum of RGB (Red+Green+Blue) = 1+51+40=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #013328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013328 is #FECCD7. Grayscale: #222222. Windows color (decimal): -16698584 or 2634497. OLE color: 2634497.

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

Color convert

RGB 1 51 40 -
CMYK 0.98 0 0.22 0.8
HSL 166.8º 0.96% 0.1% -
HSV(B) 166.8º 0.98% 0.2% -
XYZ 1.58 2.53 2.41 -
YUV 34.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 1 51 40 0.98 0 0.22 0.8 166.8 0.96 0.1
Hex 1 33 28 62 0 16 50 A7 60 A
Octal 1 63 50 142 0 26 120 247 140 12
Binary 1 110011 101000 1100010 0 10110 1010000 10100111 1100000 1010

Color Harmonies of #013328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013328

Black with #013328

Text Example


Text Example

White with #013328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013328; }

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

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

background-color css

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

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

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

border-color css

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

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

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