#01241E

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

Shades of Dark Green #01241E

Tints of Dark Green #01241E

Color information

#01241E (or 0x01241E) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 1E. RGB value is (1,36,30). Sum of RGB (Red+Green+Blue) = 1+36+30=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #01241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01241E is #FEDBE1. Grayscale: #181818. Windows color (decimal): -16702434 or 1975297. OLE color: 1975297.

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

Color convert

RGB13630-
CMYK0.9700.170.86
HSL169.71º94.59%7.25%-
HSV(B)169.71º97.22%14.12%-
XYZ0.881.361.44-
YUV24.85130.9110.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=1.49%
G=53.73%
B=44.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136300.9700.170.86169.7194.597.25
Hex1241E6101156aa5f7
Octal144361410211262521377
Binary11001001111011000010100011010110101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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