#01251F

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

Shades of Dark Green #01251F

Tints of Dark Green #01251F

Color information

#01251F (or 0x01251F) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 1F. RGB value is (1,37,31). Sum of RGB (Red+Green+Blue) = 1+37+31=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #01251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251F is #FEDAE0. Grayscale: #191919. Windows color (decimal): -16702177 or 2041089. OLE color: 2041089.

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

Color convert

RGB13731-
CMYK0.9700.160.85
HSL170º94.74%7.45%-
HSV(B)170º97.3%14.51%-
XYZ0.921.431.52-
YUV25.55131.07110.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=1.45%
G=53.62%
B=44.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137310.9700.160.8517094.747.45
Hex1251F6101055aa5f7
Octal145371410201252521377
Binary11001011111111000010100001010101101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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