#013B2B

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

Shades of Dark Green #013B2B

Tints of Dark Green #013B2B

Color information

#013B2B (or 0x013B2B) is unknown color: approx Dark Green. HEX triplet: 01, 3B and 2B. RGB value is (1,59,43). Sum of RGB (Red+Green+Blue) = 1+59+43=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #013B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B2B is #FEC4D4. Grayscale: #272727. Windows color (decimal): -16696533 or 2833153. OLE color: 2833153.

HSL color Cylindrical-coordinate representation of color #013B2B: hue angle of 163.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B2B is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB15943-
CMYK0.9800.270.77
HSL163.45º96.67%11.76%-
HSV(B)163.45º98.31%23.14%-
XYZ2.013.312.82-
YUV39.83129.78100.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=0.97%
G=57.28%
B=41.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159430.9800.270.77163.4596.6711.76
Hex13B2B6201B4Da361c
Octal1735314203311524314114
Binary1111011101011110001001101110011011010001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013B2B; }

 p { color: rgb(1,59,43); }

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

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

 a { background-color: rgb(1,59,43); }

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

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

 span { border-color: rgb(1,59,43); }

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