Html Css Color HEX #013320 Dark Green

📋 copy color: '#013320'

red 1 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #013320

Tints of Dark Green #013320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 1.19%
G = 60.71%
B = 38.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#013320 (or 0x013320) is known color: Dark Green. HEX triplet: 01, 33 and 20. RGB value is (1,51,32). Sum of RGB (Red+Green+Blue) = 1+51+32=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #013320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013320 is #FECCDF. Grayscale: #212121. Windows color (decimal): -16698592 or 2110209. OLE color: 2110209.

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

Color convert

RGB 1 51 32 -
CMYK 0.98 0 0.37 0.8
HSL 157.2º 0.96% 0.1% -
HSV(B) 157.2º 0.98% 0.2% -
XYZ 1.46 2.48 1.77 -
YUV 33.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 1 51 32 0.98 0 0.37 0.8 157.2 0.96 0.1
Hex 1 33 20 62 0 25 50 9D 60 A
Octal 1 63 40 142 0 45 120 235 140 12
Binary 1 110011 100000 1100010 0 100101 1010000 10011101 1100000 1010

Color Harmonies of #013320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013320

Black with #013320

Text Example


Text Example

White with #013320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013320; }

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

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

background-color css

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

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

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

border-color css

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

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

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