#013310

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

Shades of Dark Green #013310

Tints of Dark Green #013310

Color information

#013310 (or 0x013310) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 10. RGB value is (1,51,16). Sum of RGB (Red+Green+Blue) = 1+51+16=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #013310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013310 is #FECCEF. Grayscale: #202020. Windows color (decimal): -16698608 or 1061633. OLE color: 1061633.

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

Color convert

RGB15116-
CMYK0.9800.690.8
HSL138º96.15%10.2%-
HSV(B)138º98.04%20%-
XYZ1.292.410.89-
YUV32.06118.94105.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 51 (20.31% from 255) = 75%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=1.47%
G=75%
B=23.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151160.9800.690.813896.1510.2
Hex1331062045508a60a
Octal16320142010512021214012
Binary11100111000011000100100010110100001000101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013310; }

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

 H1.HeaderClassName
 {
   color: #013310;
 }
 .AnyTagClassName
 {
   color: #013310;
 }
</style>
background-color css

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

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

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

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

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

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