#012509

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

Shades of Dark Green #012509

Tints of Dark Green #012509

Color information

#012509 (or 0x012509) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 09. RGB value is (1,37,9). Sum of RGB (Red+Green+Blue) = 1+37+9=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #012509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012509 is #FEDAF6. Grayscale: #171717. Windows color (decimal): -16702199 or 599297. OLE color: 599297.

HSL color Cylindrical-coordinate representation of color #012509: hue angle of 133.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012509 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB1379-
CMYK0.9700.760.85
HSL133.33º94.74%7.45%-
HSV(B)133.33º97.3%14.51%-
XYZ0.721.350.48-
YUV23.04120.07112.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 37 (14.84% from 255) = 78.72%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=2.13%
G=78.72%
B=19.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13790.9700.760.85133.3394.747.45
Hex12596104C55855f7
Octal1451114101141252051377
Binary110010110011100001010011001010101100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012509; }

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

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

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

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

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

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

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

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