Html Css Color HEX #01241A Dark Green

📋 copy color: '#01241A'

red 1 ◦ green 36 ◦ blue 26

#01241A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01241A

Tints of Dark Green #01241A

RGB

 RED value IS 1 (0.78% from 255) = 1.59%

 GREEN value IS 36 (14.45% from 255) = 57.14%

 BLUE value IS 26 (10.55% from 255) = 41.27%

R = 1.59%
G = 57.14%
B = 41.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.86

RGB Variations

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

Color information

#01241A (or 0x01241A) is known color: Dark Green. HEX triplet: 01, 24 and 1A. RGB value is (1,36,26). Sum of RGB (Red+Green+Blue) = 1+36+26=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #01241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01241A is #FEDBE5. Grayscale: #181818. Windows color (decimal): -16702438 or 1713153. OLE color: 1713153.

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

Color convert

RGB 1 36 26 -
CMYK 0.97 0 0.28 0.86
HSL 162.86º 0.95% 0.07% -
HSV(B) 162.86º 0.97% 0.14% -
XYZ 0.83 1.34 1.19 -
YUV 24.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 1 36 26 0.97 0 0.28 0.86 162.86 0.95 0.07
Hex 1 24 1A 61 0 1C 56 A3 5F 7
Octal 1 44 32 141 0 34 126 243 137 7
Binary 1 100100 11010 1100001 0 11100 1010110 10100011 1011111 111

Color Harmonies of #01241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01241A

Black with #01241A

Text Example


Text Example

White with #01241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01241A;
 }
 .AnyTagClassName
 {
   color: #01241A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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