#013925

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

Shades of Dark Green #013925

Tints of Dark Green #013925

Color information

#013925 (or 0x013925) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 25. RGB value is (1,57,37). Sum of RGB (Red+Green+Blue) = 1+57+37=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #013925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013925 is #FEC6DA. Grayscale: #252525. Windows color (decimal): -16697051 or 2439425. OLE color: 2439425.

HSL color Cylindrical-coordinate representation of color #013925: hue angle of 158.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013925 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB15737-
CMYK0.9800.350.78
HSL158.57º96.55%11.37%-
HSV(B)158.57º98.25%22.35%-
XYZ1.813.072.25-
YUV37.98127.45101.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 57 (22.66% from 255) = 60%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=1.05%
G=60%
B=38.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157370.9800.350.78158.5796.5511.37
Hex13925620234E9f61b
Octal1714514204311623714113
Binary11110011001011100010010001110011101001111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013925; }

 p { color: rgb(1,57,37); }

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

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

 a { background-color: rgb(1,57,37); }

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

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

 span { border-color: rgb(1,57,37); }

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