#01251C

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

Shades of Dark Green #01251C

Tints of Dark Green #01251C

Color information

#01251C (or 0x01251C) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 1C. RGB value is (1,37,28). Sum of RGB (Red+Green+Blue) = 1+37+28=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #01251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251C is #FEDAE3. Grayscale: #191919. Windows color (decimal): -16702180 or 1844481. OLE color: 1844481.

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

Color convert

RGB13728-
CMYK0.9700.240.85
HSL165º94.74%7.45%-
HSV(B)165º97.3%14.51%-
XYZ0.881.411.32-
YUV25.21129.57110.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=1.52%
G=56.06%
B=42.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137280.9700.240.8516594.747.45
Hex1251C6101855a55f7
Octal145341410301252451377
Binary11001011110011000010110001010101101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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