#013217

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

Shades of Dark Green #013217

Tints of Dark Green #013217

Color information

#013217 (or 0x013217) is unknown color: approx Dark Green. HEX triplet: 01, 32 and 17. RGB value is (1,50,23). Sum of RGB (Red+Green+Blue) = 1+50+23=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #013217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013217 is #FECDE8. Grayscale: #202020. Windows color (decimal): -16698857 or 1520129. OLE color: 1520129.

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

Color convert

RGB15023-
CMYK0.9800.540.80
HSL146.94º96.08%10%-
HSV(B)146.94º98%19.61%-
XYZ1.312.351.2-
YUV32.27122.77105.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=1.35%
G=67.57%
B=31.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150230.9800.540.80146.9496.0810
Hex1321762036509360a
Octal1622714206612022314012
Binary1110010101111100010011011010100001001001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013217; }

 p { color: rgb(1,50,23); }

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

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

 a { background-color: rgb(1,50,23); }

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

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

 span { border-color: rgb(1,50,23); }

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