Html Css Color HEX #013323 Dark Green

📋 copy color: '#013323'

red 1 ◦ green 51 ◦ blue 35

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

Shades of Dark Green #013323

Tints of Dark Green #013323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 40.23%

R = 1.15%
G = 58.62%
B = 40.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#013323 (or 0x013323) is known color: Dark Green. HEX triplet: 01, 33 and 23. RGB value is (1,51,35). Sum of RGB (Red+Green+Blue) = 1+51+35=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #013323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013323 is #FECCDC. Grayscale: #222222. Windows color (decimal): -16698589 or 2306817. OLE color: 2306817.

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

Color convert

RGB 1 51 35 -
CMYK 0.98 0 0.31 0.8
HSL 160.8º 0.96% 0.1% -
HSV(B) 160.8º 0.98% 0.2% -
XYZ 1.5 2.5 1.99 -
YUV 34.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 1 51 35 0.98 0 0.31 0.8 160.8 0.96 0.1
Hex 1 33 23 62 0 1F 50 A1 60 A
Octal 1 63 43 142 0 37 120 241 140 12
Binary 1 110011 100011 1100010 0 11111 1010000 10100001 1100000 1010

Color Harmonies of #013323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013323

Black with #013323

Text Example


Text Example

White with #013323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013323; }

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

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

background-color css

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

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

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

border-color css

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

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

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