Html Css Color HEX #012410 Dark Green

📋 copy color: '#012410'

red 1 ◦ green 36 ◦ blue 16

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

Shades of Dark Green #012410

Tints of Dark Green #012410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 1.89%
G = 67.92%
B = 30.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#012410 (or 0x012410) is known color: Dark Green. HEX triplet: 01, 24 and 10. RGB value is (1,36,16). Sum of RGB (Red+Green+Blue) = 1+36+16=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #012410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012410 is #FEDBEF. Grayscale: #171717. Windows color (decimal): -16702448 or 1057793. OLE color: 1057793.

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

Color convert

RGB 1 36 16 -
CMYK 0.97 0 0.56 0.86
HSL 145.71º 0.95% 0.07% -
HSV(B) 145.71º 0.97% 0.14% -
XYZ 0.74 1.31 0.7 -
YUV 23.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 1 36 16 0.97 0 0.56 0.86 145.71 0.95 0.07
Hex 1 24 10 61 0 38 56 92 5F 7
Octal 1 44 20 141 0 70 126 222 137 7
Binary 1 100100 10000 1100001 0 111000 1010110 10010010 1011111 111

Color Harmonies of #012410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012410

Black with #012410

Text Example


Text Example

White with #012410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012410; }

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

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

background-color css

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

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

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

border-color css

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

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

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