Html Css Color HEX #012416 Dark Green

📋 copy color: '#012416'

red 1 ◦ green 36 ◦ blue 22

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

Shades of Dark Green #012416

Tints of Dark Green #012416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 1.69%
G = 61.02%
B = 37.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#012416 (or 0x012416) is known color: Dark Green. HEX triplet: 01, 24 and 16. RGB value is (1,36,22). Sum of RGB (Red+Green+Blue) = 1+36+22=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #012416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012416 is #FEDBE9. Grayscale: #171717. Windows color (decimal): -16702442 or 1451009. OLE color: 1451009.

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

Color convert

RGB 1 36 22 -
CMYK 0.97 0 0.39 0.86
HSL 156º 0.95% 0.07% -
HSV(B) 156º 0.97% 0.14% -
XYZ 0.79 1.33 0.97 -
YUV 23.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 1 36 22 0.97 0 0.39 0.86 156 0.95 0.07
Hex 1 24 16 61 0 27 56 9C 5F 7
Octal 1 44 26 141 0 47 126 234 137 7
Binary 1 100100 10110 1100001 0 100111 1010110 10011100 1011111 111

Color Harmonies of #012416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012416

Black with #012416

Text Example


Text Example

White with #012416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012416; }

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

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

background-color css

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

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

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

border-color css

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

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

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