#01251E

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

Shades of Dark Green #01251E

Tints of Dark Green #01251E

Color information

#01251E (or 0x01251E) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 1E. RGB value is (1,37,30). Sum of RGB (Red+Green+Blue) = 1+37+30=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #01251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251E is #FEDAE1. Grayscale: #191919. Windows color (decimal): -16702178 or 1975553. OLE color: 1975553.

HSL color Cylindrical-coordinate representation of color #01251E: hue angle of 168.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 #01251E is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB13730-
CMYK0.9700.190.85
HSL168.33º94.74%7.45%-
HSV(B)168.33º97.3%14.51%-
XYZ0.911.421.46-
YUV25.44130.57110.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=1.47%
G=54.41%
B=44.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137300.9700.190.85168.3394.747.45
Hex1251E6101355a85f7
Octal145361410231252501377
Binary11001011111011000010100111010101101010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01251E; }

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

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

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

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

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

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

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

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