#01240C

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

Shades of Dark Green #01240C

Tints of Dark Green #01240C

Color information

#01240C (or 0x01240C) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 0C. RGB value is (1,36,12). Sum of RGB (Red+Green+Blue) = 1+36+12=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #01240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01240C is #FEDBF3. Grayscale: #161616. Windows color (decimal): -16702452 or 795649. OLE color: 795649.

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

Color convert

RGB13612-
CMYK0.9700.670.86
HSL138.86º94.59%7.25%-
HSV(B)138.86º97.22%14.12%-
XYZ0.711.290.56-
YUV22.8121.9112.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 36 (14.45% from 255) = 73.47%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=2.04%
G=73.47%
B=24.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136120.9700.670.86138.8694.597.25
Hex124C61043568b5f7
Octal1441414101031262131377
Binary110010011001100001010000111010110100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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