#01240B

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

Shades of Dark Green #01240B

Tints of Dark Green #01240B

Color information

#01240B (or 0x01240B) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 0B. RGB value is (1,36,11). Sum of RGB (Red+Green+Blue) = 1+36+11=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #01240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01240B is #FEDBF4. Grayscale: #161616. Windows color (decimal): -16702453 or 730113. OLE color: 730113.

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

Color convert

RGB13611-
CMYK0.9700.690.86
HSL137.14º94.59%7.25%-
HSV(B)137.14º97.22%14.12%-
XYZ0.71.290.53-
YUV22.68121.4112.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=2.08%
G=75%
B=22.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136110.9700.690.86137.1494.597.25
Hex124B6104556895f7
Octal1441314101051262111377
Binary110010010111100001010001011010110100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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