Html Css Color HEX #013327 Dark Green

📋 copy color: '#013327'

red 1 ◦ green 51 ◦ blue 39

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

Shades of Dark Green #013327

Tints of Dark Green #013327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 42.86%

R = 1.1%
G = 56.04%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#013327 (or 0x013327) is known color: Dark Green. HEX triplet: 01, 33 and 27. RGB value is (1,51,39). Sum of RGB (Red+Green+Blue) = 1+51+39=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #013327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013327 is #FECCD8. Grayscale: #222222. Windows color (decimal): -16698585 or 2568961. OLE color: 2568961.

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

Color convert

RGB 1 51 39 -
CMYK 0.98 0 0.24 0.8
HSL 165.6º 0.96% 0.1% -
HSV(B) 165.6º 0.98% 0.2% -
XYZ 1.56 2.52 2.32 -
YUV 34.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 1 51 39 0.98 0 0.24 0.8 165.6 0.96 0.1
Hex 1 33 27 62 0 18 50 A6 60 A
Octal 1 63 47 142 0 30 120 246 140 12
Binary 1 110011 100111 1100010 0 11000 1010000 10100110 1100000 1010

Color Harmonies of #013327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013327

Black with #013327

Text Example


Text Example

White with #013327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013327; }

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

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

background-color css

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

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

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

border-color css

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

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

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