#01241C

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

Shades of Dark Green #01241C

Tints of Dark Green #01241C

Color information

#01241C (or 0x01241C) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 1C. RGB value is (1,36,28). Sum of RGB (Red+Green+Blue) = 1+36+28=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #01241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01241C is #FEDBE3. Grayscale: #181818. Windows color (decimal): -16702436 or 1844225. OLE color: 1844225.

HSL color Cylindrical-coordinate representation of color #01241C: hue angle of 166.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01241C is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB13628-
CMYK0.9700.220.86
HSL166.29º94.59%7.25%-
HSV(B)166.29º97.22%14.12%-
XYZ0.851.351.31-
YUV24.62129.9111.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 36 (14.45% from 255) = 55.38%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=1.54%
G=55.38%
B=43.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136280.9700.220.86166.2994.597.25
Hex1241C6101656a65f7
Octal144341410261262461377
Binary11001001110011000010101101010110101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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