Html Css Color HEX #012411 Dark Green

📋 copy color: '#012411'

red 1 ◦ green 36 ◦ blue 17

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

Shades of Dark Green #012411

Tints of Dark Green #012411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 1.85%
G = 66.67%
B = 31.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#012411 (or 0x012411) is known color: Dark Green. HEX triplet: 01, 24 and 11. RGB value is (1,36,17). Sum of RGB (Red+Green+Blue) = 1+36+17=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #012411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012411 is #FEDBEE. Grayscale: #171717. Windows color (decimal): -16702447 or 1123329. OLE color: 1123329.

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

Color convert

RGB 1 36 17 -
CMYK 0.97 0 0.53 0.86
HSL 147.43º 0.95% 0.07% -
HSV(B) 147.43º 0.97% 0.14% -
XYZ 0.74 1.31 0.74 -
YUV 23.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 1 36 17 0.97 0 0.53 0.86 147.43 0.95 0.07
Hex 1 24 11 61 0 35 56 93 5F 7
Octal 1 44 21 141 0 65 126 223 137 7
Binary 1 100100 10001 1100001 0 110101 1010110 10010011 1011111 111

Color Harmonies of #012411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012411

Black with #012411

Text Example


Text Example

White with #012411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012411; }

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

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

background-color css

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

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

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

border-color css

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

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

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