#013A2E

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

Shades of Dark Green #013A2E

Tints of Dark Green #013A2E

Color information

#013A2E (or 0x013A2E) is unknown color: approx Dark Green. HEX triplet: 01, 3A and 2E. RGB value is (1,58,46). Sum of RGB (Red+Green+Blue) = 1+58+46=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #013A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A2E is #FEC5D1. Grayscale: #272727. Windows color (decimal): -16696786 or 3029505. OLE color: 3029505.

HSL color Cylindrical-coordinate representation of color #013A2E: hue angle of 167.37º 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 #013A2E is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB15846-
CMYK0.9800.210.77
HSL167.37º96.61%11.57%-
HSV(B)167.37º98.28%22.75%-
XYZ2.023.233.1-
YUV39.59131.62100.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 58 (23.05% from 255) = 55.24%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=0.95%
G=55.24%
B=43.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158460.9800.210.77167.3796.6111.57
Hex13A2E620154Da761c
Octal1725614202511524714114
Binary1111010101110110001001010110011011010011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,58,46); }

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

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

 a { background-color: rgb(1,58,46); }

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

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

 span { border-color: rgb(1,58,46); }

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