#013323

Color #013323 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #013323

Tints of Dark Green #013323

Color information

#013323 (or 0x013323) is unknown color: approx 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

RGB15135-
CMYK0.9800.310.8
HSL160.8º96.15%10.2%-
HSV(B)160.8º98.04%20%-
XYZ1.52.51.99-
YUV34.23128.44104.3-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151350.9800.310.8160.896.1510.2
Hex133236201F50a160a
Octal1634314203712024114012
Binary1110011100011110001001111110100001010000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>